Html Css Color HEX #F1CACF Pink Lace

📋 copy color: '#F1CACF'

red 241 ◦ green 202 ◦ blue 207

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

Shades of Pink Lace #F1CACF

Tints of Pink Lace #F1CACF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.08%

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

R = 37.08%
G = 31.08%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1CACF (or 0xF1CACF) is known color: Pink Lace. HEX triplet: F1, CA and CF. RGB value is (241,202,207). Sum of RGB (Red+Green+Blue) = 241+202+207=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CACF is #0E3530. Grayscale: #D6D6D6. Windows color (decimal): -931121 or 13617905. OLE color: 13617905.

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

Color convert

RGB 241 202 207 -
CMYK 0 0.16 0.14 0.05
HSL 352.31º 0.58% 0.87% -
HSV(B) 352.31º 0.16% 0.95% -
XYZ 68.66 65.45 68.05 -
YUV 214.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 241 202 207 0 0.16 0.14 0.05 352.31 0.58 0.87
Hex F1 CA CF 0 10 E 5 160 3A 57
Octal 361 312 317 0 20 16 5 540 72 127
Binary 11110001 11001010 11001111 0 10000 1110 101 101100000 111010 1010111

Color Harmonies of #F1CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CACF

Black with #F1CACF

Text Example


Text Example

White with #F1CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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