Html Css Color HEX #F2C8D2 Pink Lace

📋 copy color: '#F2C8D2'

red 242 ◦ green 200 ◦ blue 210

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

Shades of Pink Lace #F2C8D2

Tints of Pink Lace #F2C8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.21%

R = 37.12%
G = 30.67%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2C8D2 (or 0xF2C8D2) is known color: Pink Lace. HEX triplet: F2, C8 and D2. RGB value is (242,200,210). Sum of RGB (Red+Green+Blue) = 242+200+210=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8D2 is #0D372D. Grayscale: #D5D5D5. Windows color (decimal): -866094 or 13814002. OLE color: 13814002.

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

Color convert

RGB 242 200 210 -
CMYK 0 0.17 0.13 0.05
HSL 345.71º 0.62% 0.87% -
HSV(B) 345.71º 0.17% 0.95% -
XYZ 68.91 64.84 69.86 -
YUV 213.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 242 200 210 0 0.17 0.13 0.05 345.71 0.62 0.87
Hex F2 C8 D2 0 11 D 5 15A 3E 57
Octal 362 310 322 0 21 15 5 532 76 127
Binary 11110010 11001000 11010010 0 10001 1101 101 101011010 111110 1010111

Color Harmonies of #F2C8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C8D2

Black with #F2C8D2

Text Example


Text Example

White with #F2C8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C8D2; }

 p { color: rgb(242,200,210); }

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

background-color css

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

 a { background-color: rgb(242,200,210); }

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

border-color css

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

 span { border-color: rgb(242,200,210); }

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