Html Css Color HEX #FCCFDB Pink Lace

📋 copy color: '#FCCFDB'

red 252 ◦ green 207 ◦ blue 219

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

Shades of Pink Lace #FCCFDB

Tints of Pink Lace #FCCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.53%

 BLUE value IS 219 (85.94% from 255) = 32.3%

R = 37.17%
G = 30.53%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCCFDB (or 0xFCCFDB) is known color: Pink Lace. HEX triplet: FC, CF and DB. RGB value is (252,207,219). Sum of RGB (Red+Green+Blue) = 252+207+219=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDB is #033024. Grayscale: #DDDDDD. Windows color (decimal): -208933 or 14405628. OLE color: 14405628.

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

Color convert

RGB 252 207 219 -
CMYK 0 0.18 0.13 0.01
HSL 344º 0.88% 0.9% -
HSV(B) 344º 0.18% 0.99% -
XYZ 75.24 70.44 76.65 -
YUV 221.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 252 207 219 0 0.18 0.13 0.01 344 0.88 0.9
Hex FC CF DB 0 12 D 1 158 58 5A
Octal 374 317 333 0 22 15 1 530 130 132
Binary 11111100 11001111 11011011 0 10010 1101 1 101011000 1011000 1011010

Color Harmonies of #FCCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFDB

Black with #FCCFDB

Text Example


Text Example

White with #FCCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFDB; }

 p { color: rgb(252,207,219); }

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

background-color css

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

 a { background-color: rgb(252,207,219); }

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

border-color css

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

 span { border-color: rgb(252,207,219); }

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