Html Css Color HEX #F5C8D2 Pink Lace

📋 copy color: '#F5C8D2'

red 245 ◦ green 200 ◦ blue 210

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

Shades of Pink Lace #F5C8D2

Tints of Pink Lace #F5C8D2

RGB

 RED value IS 245 (96.09% from 255) = 37.4%

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

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

R = 37.4%
G = 30.53%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5C8D2 (or 0xF5C8D2) is known color: Pink Lace. HEX triplet: F5, C8 and D2. RGB value is (245,200,210). Sum of RGB (Red+Green+Blue) = 245+200+210=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C8D2 is #0A372D. Grayscale: #D6D6D6. Windows color (decimal): -669486 or 13814005. OLE color: 13814005.

HSL color Cylindrical-coordinate representation of color #F5C8D2: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5C8D2 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 210 -
CMYK 0 0.18 0.14 0.04
HSL 346.67º 0.69% 0.87% -
HSV(B) 346.67º 0.18% 0.96% -
XYZ 69.94 65.37 69.9 -
YUV 214.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 245 200 210 0 0.18 0.14 0.04 346.67 0.69 0.87
Hex F5 C8 D2 0 12 E 4 15B 45 57
Octal 365 310 322 0 22 16 4 533 105 127
Binary 11110101 11001000 11010010 0 10010 1110 100 101011011 1000101 1010111

Color Harmonies of #F5C8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C8D2

Black with #F5C8D2

Text Example


Text Example

White with #F5C8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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