Html Css Color HEX #F2C4CF Pink Lace

📋 copy color: '#F2C4CF'

red 242 ◦ green 196 ◦ blue 207

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

Shades of Pink Lace #F2C4CF

Tints of Pink Lace #F2C4CF

RGB

 RED value IS 242 (94.92% from 255) = 37.52%

 GREEN value IS 196 (76.95% from 255) = 30.39%

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

R = 37.52%
G = 30.39%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2C4CF (or 0xF2C4CF) is known color: Pink Lace. HEX triplet: F2, C4 and CF. RGB value is (242,196,207). Sum of RGB (Red+Green+Blue) = 242+196+207=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C4CF is #0D3B30. Grayscale: #D3D3D3. Windows color (decimal): -867121 or 13616370. OLE color: 13616370.

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

Color convert

RGB 242 196 207 -
CMYK 0 0.19 0.14 0.05
HSL 345.65º 0.64% 0.86% -
HSV(B) 345.65º 0.19% 0.95% -
XYZ 67.62 62.86 67.6 -
YUV 211.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 242 196 207 0 0.19 0.14 0.05 345.65 0.64 0.86
Hex F2 C4 CF 0 13 E 5 15A 40 56
Octal 362 304 317 0 23 16 5 532 100 126
Binary 11110010 11000100 11001111 0 10011 1110 101 101011010 1000000 1010110

Color Harmonies of #F2C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C4CF

Black with #F2C4CF

Text Example


Text Example

White with #F2C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C4CF; }

 p { color: rgb(242,196,207); }

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

background-color css

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

 a { background-color: rgb(242,196,207); }

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

border-color css

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

 span { border-color: rgb(242,196,207); }

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