Html Css Color HEX #FCC3D5 Pink Lace

📋 copy color: '#FCC3D5'

red 252 ◦ green 195 ◦ blue 213

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

Shades of Pink Lace #FCC3D5

Tints of Pink Lace #FCC3D5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.55%

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

R = 38.18%
G = 29.55%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCC3D5 (or 0xFCC3D5) is known color: Pink Lace. HEX triplet: FC, C3 and D5. RGB value is (252,195,213). Sum of RGB (Red+Green+Blue) = 252+195+213=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3D5 is #033C2A. Grayscale: #D6D6D6. Windows color (decimal): -212011 or 14009340. OLE color: 14009340.

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

Color convert

RGB 252 195 213 -
CMYK 0 0.23 0.15 0.01
HSL 341.05º 0.9% 0.88% -
HSV(B) 341.05º 0.23% 0.99% -
XYZ 71.67 64.53 71.63 -
YUV 214.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 252 195 213 0 0.23 0.15 0.01 341.05 0.9 0.88
Hex FC C3 D5 0 17 F 1 155 5A 58
Octal 374 303 325 0 27 17 1 525 132 130
Binary 11111100 11000011 11010101 0 10111 1111 1 101010101 1011010 1011000

Color Harmonies of #FCC3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3D5

Black with #FCC3D5

Text Example


Text Example

White with #FCC3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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