Html Css Color HEX #F1C7CE Pink Lace

📋 copy color: '#F1C7CE'

red 241 ◦ green 199 ◦ blue 206

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

Shades of Pink Lace #F1C7CE

Tints of Pink Lace #F1C7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.8%

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

R = 37.31%
G = 30.8%
B = 31.89%

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

#F1C7CE (or 0xF1C7CE) is known color: Pink Lace. HEX triplet: F1, C7 and CE. RGB value is (241,199,206). Sum of RGB (Red+Green+Blue) = 241+199+206=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CE is #0E3831. Grayscale: #D4D4D4. Windows color (decimal): -931890 or 13551601. OLE color: 13551601.

HSL color Cylindrical-coordinate representation of color #F1C7CE: hue angle of 350º degrees, saturation: 0.6, 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 #F1C7CE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 206 -
CMYK 0 0.17 0.15 0.05
HSL 350º 0.6% 0.86% -
HSV(B) 350º 0.17% 0.95% -
XYZ 67.84 64 67.17 -
YUV 212.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 241 199 206 0 0.17 0.15 0.05 350 0.6 0.86
Hex F1 C7 CE 0 11 F 5 15E 3C 56
Octal 361 307 316 0 21 17 5 536 74 126
Binary 11110001 11000111 11001110 0 10001 1111 101 101011110 111100 1010110

Color Harmonies of #F1C7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C7CE

Black with #F1C7CE

Text Example


Text Example

White with #F1C7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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