Html Css Color HEX #F1C5CF Pink Lace

📋 copy color: '#F1C5CF'

red 241 ◦ green 197 ◦ blue 207

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

Shades of Pink Lace #F1C5CF

Tints of Pink Lace #F1C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.54%

 BLUE value IS 207 (81.25% from 255) = 32.09%

R = 37.36%
G = 30.54%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1C5CF (or 0xF1C5CF) is known color: Pink Lace. HEX triplet: F1, C5 and CF. RGB value is (241,197,207). Sum of RGB (Red+Green+Blue) = 241+197+207=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5CF is #0E3A30. Grayscale: #D3D3D3. Windows color (decimal): -932401 or 13616625. OLE color: 13616625.

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

Color convert

RGB 241 197 207 -
CMYK 0 0.18 0.14 0.05
HSL 346.36º 0.61% 0.86% -
HSV(B) 346.36º 0.18% 0.95% -
XYZ 67.5 63.14 67.66 -
YUV 211.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 241 197 207 0 0.18 0.14 0.05 346.36 0.61 0.86
Hex F1 C5 CF 0 12 E 5 15A 3D 56
Octal 361 305 317 0 22 16 5 532 75 126
Binary 11110001 11000101 11001111 0 10010 1110 101 101011010 111101 1010110

Color Harmonies of #F1C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C5CF

Black with #F1C5CF

Text Example


Text Example

White with #F1C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C5CF; }

 p { color: rgb(241,197,207); }

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

background-color css

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

 a { background-color: rgb(241,197,207); }

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

border-color css

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

 span { border-color: rgb(241,197,207); }

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