Html Css Color HEX #F2C5D0 Pink Lace

📋 copy color: '#F2C5D0'

red 242 ◦ green 197 ◦ blue 208

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

Shades of Pink Lace #F2C5D0

Tints of Pink Lace #F2C5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.15%

R = 37.4%
G = 30.45%
B = 32.15%

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

#F2C5D0 (or 0xF2C5D0) is known color: Pink Lace. HEX triplet: F2, C5 and D0. RGB value is (242,197,208). Sum of RGB (Red+Green+Blue) = 242+197+208=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C5D0 is #0D3A2F. Grayscale: #D3D3D3. Windows color (decimal): -866864 or 13682162. OLE color: 13682162.

HSL color Cylindrical-coordinate representation of color #F2C5D0: hue angle of 345.33º degrees, saturation: 0.63, 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 #F2C5D0 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 197 208 -
CMYK 0 0.19 0.14 0.05
HSL 345.33º 0.63% 0.86% -
HSV(B) 345.33º 0.19% 0.95% -
XYZ 67.97 63.36 68.32 -
YUV 211.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 242 197 208 0 0.19 0.14 0.05 345.33 0.63 0.86
Hex F2 C5 D0 0 13 E 5 159 3F 56
Octal 362 305 320 0 23 16 5 531 77 126
Binary 11110010 11000101 11010000 0 10011 1110 101 101011001 111111 1010110

Color Harmonies of #F2C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C5D0

Black with #F2C5D0

Text Example


Text Example

White with #F2C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C5D0; }

 p { color: rgb(242,197,208); }

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

background-color css

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

 a { background-color: rgb(242,197,208); }

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

border-color css

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

 span { border-color: rgb(242,197,208); }

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