Html Css Color HEX #FCCBD5 Pink Lace

📋 copy color: '#FCCBD5'

red 252 ◦ green 203 ◦ blue 213

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

Shades of Pink Lace #FCCBD5

Tints of Pink Lace #FCCBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.39%

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

R = 37.72%
G = 30.39%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCCBD5 (or 0xFCCBD5) is known color: Pink Lace. HEX triplet: FC, CB and D5. RGB value is (252,203,213). Sum of RGB (Red+Green+Blue) = 252+203+213=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD5 is #03342A. Grayscale: #DADADA. Windows color (decimal): -209963 or 14011388. OLE color: 14011388.

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

Color convert

RGB 252 203 213 -
CMYK 0 0.19 0.15 0.01
HSL 347.76º 0.89% 0.89% -
HSV(B) 347.76º 0.19% 0.99% -
XYZ 73.51 68.21 72.24 -
YUV 218.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 252 203 213 0 0.19 0.15 0.01 347.76 0.89 0.89
Hex FC CB D5 0 13 F 1 15C 59 59
Octal 374 313 325 0 23 17 1 534 131 131
Binary 11111100 11001011 11010101 0 10011 1111 1 101011100 1011001 1011001

Color Harmonies of #FCCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCBD5

Black with #FCCBD5

Text Example


Text Example

White with #FCCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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