Html Css Color HEX #F5CCD0 Pink Lace

📋 copy color: '#F5CCD0'

red 245 ◦ green 204 ◦ blue 208

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

Shades of Pink Lace #F5CCD0

Tints of Pink Lace #F5CCD0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.05%

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

R = 37.29%
G = 31.05%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F5CCD0 (or 0xF5CCD0) is known color: Pink Lace. HEX triplet: F5, CC and D0. RGB value is (245,204,208). Sum of RGB (Red+Green+Blue) = 245+204+208=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCD0 is #0A332F. Grayscale: #D8D8D8. Windows color (decimal): -668464 or 13683957. OLE color: 13683957.

HSL color Cylindrical-coordinate representation of color #F5CCD0: hue angle of 354.15º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CCD0 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 208 -
CMYK 0 0.17 0.15 0.04
HSL 354.15º 0.67% 0.88% -
HSV(B) 354.15º 0.17% 0.96% -
XYZ 70.63 67.15 68.91 -
YUV 216.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 245 204 208 0 0.17 0.15 0.04 354.15 0.67 0.88
Hex F5 CC D0 0 11 F 4 162 43 58
Octal 365 314 320 0 21 17 4 542 103 130
Binary 11110101 11001100 11010000 0 10001 1111 100 101100010 1000011 1011000

Color Harmonies of #F5CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCD0

Black with #F5CCD0

Text Example


Text Example

White with #F5CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCD0; }

 p { color: rgb(245,204,208); }

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

background-color css

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

 a { background-color: rgb(245,204,208); }

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

border-color css

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

 span { border-color: rgb(245,204,208); }

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