Html Css Color HEX #F5CCD3 Pink Lace

📋 copy color: '#F5CCD3'

red 245 ◦ green 204 ◦ blue 211

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

Shades of Pink Lace #F5CCD3

Tints of Pink Lace #F5CCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.97%

R = 37.12%
G = 30.91%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5CCD3 (or 0xF5CCD3) is known color: Pink Lace. HEX triplet: F5, CC and D3. RGB value is (245,204,211). Sum of RGB (Red+Green+Blue) = 245+204+211=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCD3 is #0A332C. Grayscale: #D9D9D9. Windows color (decimal): -668461 or 13880565. OLE color: 13880565.

HSL color Cylindrical-coordinate representation of color #F5CCD3: hue angle of 349.76º 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 #F5CCD3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 211 -
CMYK 0 0.17 0.14 0.04
HSL 349.76º 0.67% 0.88% -
HSV(B) 349.76º 0.17% 0.96% -
XYZ 71.01 67.3 70.88 -
YUV 217.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 245 204 211 0 0.17 0.14 0.04 349.76 0.67 0.88
Hex F5 CC D3 0 11 E 4 15E 43 58
Octal 365 314 323 0 21 16 4 536 103 130
Binary 11110101 11001100 11010011 0 10001 1110 100 101011110 1000011 1011000

Color Harmonies of #F5CCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCD3

Black with #F5CCD3

Text Example


Text Example

White with #F5CCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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