Html Css Color HEX #FCC8D5 Pink Lace

📋 copy color: '#FCC8D5'

red 252 ◦ green 200 ◦ blue 213

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

Shades of Pink Lace #FCC8D5

Tints of Pink Lace #FCC8D5

RGB

 RED value IS 252 (98.83% from 255) = 37.89%

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

 BLUE value IS 213 (83.59% from 255) = 32.03%

R = 37.89%
G = 30.08%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCC8D5 (or 0xFCC8D5) is known color: Pink Lace. HEX triplet: FC, C8 and D5. RGB value is (252,200,213). Sum of RGB (Red+Green+Blue) = 252+200+213=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8D5 is #03372A. Grayscale: #D9D9D9. Windows color (decimal): -210731 or 14010620. OLE color: 14010620.

HSL color Cylindrical-coordinate representation of color #FCC8D5: hue angle of 345º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8D5 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 213 -
CMYK 0 0.21 0.15 0.01
HSL 345º 0.9% 0.89% -
HSV(B) 345º 0.21% 0.99% -
XYZ 72.81 66.81 72.01 -
YUV 217.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 252 200 213 0 0.21 0.15 0.01 345 0.9 0.89
Hex FC C8 D5 0 15 F 1 159 5A 59
Octal 374 310 325 0 25 17 1 531 132 131
Binary 11111100 11001000 11010101 0 10101 1111 1 101011001 1011010 1011001

Color Harmonies of #FCC8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8D5

Black with #FCC8D5

Text Example


Text Example

White with #FCC8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8D5; }

 p { color: rgb(252,200,213); }

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

background-color css

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

 a { background-color: rgb(252,200,213); }

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

border-color css

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

 span { border-color: rgb(252,200,213); }

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