Html Css Color HEX #FDC1F4 Lavender Rose

📋 copy color: '#FDC1F4'

red 253 ◦ green 193 ◦ blue 244

#FDC1F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FDC1F4

Tints of Lavender Rose #FDC1F4

RGB

 RED value IS 253 (99.22% from 255) = 36.67%

 GREEN value IS 193 (75.78% from 255) = 27.97%

 BLUE value IS 244 (95.7% from 255) = 35.36%

R = 36.67%
G = 27.97%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDC1F4 (or 0xFDC1F4) is known color: Lavender Rose. HEX triplet: FD, C1 and F4. RGB value is (253,193,244). Sum of RGB (Red+Green+Blue) = 253+193+244=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 193 (75.78% from 255 or 27.97% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC1F4 is #023E0B. Grayscale: #D8D8D8. Windows color (decimal): -146956 or 16040445. OLE color: 16040445.

HSL color Cylindrical-coordinate representation of color #FDC1F4: hue angle of 309º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC1F4 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 244 -
CMYK 0 0.24 0.04 0.01
HSL 309º 0.94% 0.87% -
HSV(B) 309º 0.24% 0.99% -
XYZ 75.91 65.55 94.24 -
YUV 216.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 253 193 244 0 0.24 0.04 0.01 309 0.94 0.87
Hex FD C1 F4 0 18 4 1 135 5E 57
Octal 375 301 364 0 30 4 1 465 136 127
Binary 11111101 11000001 11110100 0 11000 100 1 100110101 1011110 1010111

Color Harmonies of #FDC1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC1F4

Black with #FDC1F4

Text Example


Text Example

White with #FDC1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC1F4; }

 p { color: rgb(253,193,244); }

 H1.HeaderClassName
 {
   color: #FDC1F4;
 }
 .AnyTagClassName
 {
   color: #FDC1F4;
 }
</style>

background-color css

<style>
 a { background-color: #FDC1F4; }

 a { background-color: rgb(253,193,244); }

 div.DivClassName
 {
   background-color: #FDC1F4;
 }
 .BgClassName
 {
   background-color: #FDC1F4;
 }
</style>

border-color css

<style>
 span { border-color: #FDC1F4; }

 span { border-color: rgb(253,193,244); }

 td.TdClassName
 {
   border-color: #FDC1F4;
 }
 .TagClassName
 {
   border-color: #FDC1F4;
 }
</style>