Html Css Color HEX #F1C8CE Pink Lace

📋 copy color: '#F1C8CE'

red 241 ◦ green 200 ◦ blue 206

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

Shades of Pink Lace #F1C8CE

Tints of Pink Lace #F1C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.91%

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 37.25%
G = 30.91%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1C8CE (or 0xF1C8CE) is known color: Pink Lace. HEX triplet: F1, C8 and CE. RGB value is (241,200,206). Sum of RGB (Red+Green+Blue) = 241+200+206=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CE is #0E3731. Grayscale: #D4D4D4. Windows color (decimal): -931634 or 13551857. OLE color: 13551857.

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

Color convert

RGB 241 200 206 -
CMYK 0 0.17 0.15 0.05
HSL 351.22º 0.59% 0.86% -
HSV(B) 351.22º 0.17% 0.95% -
XYZ 68.07 64.47 67.25 -
YUV 212.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 241 200 206 0 0.17 0.15 0.05 351.22 0.59 0.86
Hex F1 C8 CE 0 11 F 5 15F 3B 56
Octal 361 310 316 0 21 17 5 537 73 126
Binary 11110001 11001000 11001110 0 10001 1111 101 101011111 111011 1010110

Color Harmonies of #F1C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C8CE

Black with #F1C8CE

Text Example


Text Example

White with #F1C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C8CE; }

 p { color: rgb(241,200,206); }

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

background-color css

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

 a { background-color: rgb(241,200,206); }

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

border-color css

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

 span { border-color: rgb(241,200,206); }

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