Html Css Color HEX #F1C9D2 Pink Lace

📋 copy color: '#F1C9D2'

red 241 ◦ green 201 ◦ blue 210

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

Shades of Pink Lace #F1C9D2

Tints of Pink Lace #F1C9D2

RGB

 RED value IS 241 (94.53% from 255) = 36.96%

 GREEN value IS 201 (78.91% from 255) = 30.83%

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 36.96%
G = 30.83%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1C9D2 (or 0xF1C9D2) is known color: Pink Lace. HEX triplet: F1, C9 and D2. RGB value is (241,201,210). Sum of RGB (Red+Green+Blue) = 241+201+210=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C9D2 is #0E362D. Grayscale: #D5D5D5. Windows color (decimal): -931374 or 13814257. OLE color: 13814257.

HSL color Cylindrical-coordinate representation of color #F1C9D2: hue angle of 346.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C9D2 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 201 210 -
CMYK 0 0.17 0.13 0.05
HSL 346.5º 0.59% 0.87% -
HSV(B) 346.5º 0.17% 0.95% -
XYZ 68.8 65.13 69.92 -
YUV 213.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 241 201 210 0 0.17 0.13 0.05 346.5 0.59 0.87
Hex F1 C9 D2 0 11 D 5 15A 3B 57
Octal 361 311 322 0 21 15 5 532 73 127
Binary 11110001 11001001 11010010 0 10001 1101 101 101011010 111011 1010111

Color Harmonies of #F1C9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C9D2

Black with #F1C9D2

Text Example


Text Example

White with #F1C9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C9D2; }

 p { color: rgb(241,201,210); }

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

background-color css

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

 a { background-color: rgb(241,201,210); }

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

border-color css

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

 span { border-color: rgb(241,201,210); }

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