Html Css Color HEX #FCCAD1 Pink

📋 copy color: '#FCCAD1'

red 252 ◦ green 202 ◦ blue 209

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

Shades of Pink #FCCAD1

Tints of Pink #FCCAD1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.47%

 BLUE value IS 209 (82.03% from 255) = 31.52%

R = 38.01%
G = 30.47%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCCAD1 (or 0xFCCAD1) is known color: Pink. HEX triplet: FC, CA and D1. RGB value is (252,202,209). Sum of RGB (Red+Green+Blue) = 252+202+209=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD1 is #03352E. Grayscale: #D9D9D9. Windows color (decimal): -210223 or 13748988. OLE color: 13748988.

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

Color convert

RGB 252 202 209 -
CMYK 0 0.20 0.17 0.01
HSL 351.6º 0.89% 0.89% -
HSV(B) 351.6º 0.2% 0.99% -
XYZ 72.77 67.54 69.52 -
YUV 217.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 252 202 209 0 0.20 0.17 0.01 351.6 0.89 0.89
Hex FC CA D1 0 14 11 1 160 59 59
Octal 374 312 321 0 24 21 1 540 131 131
Binary 11111100 11001010 11010001 0 10100 10001 1 101100000 1011001 1011001

Color Harmonies of #FCCAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAD1

Black with #FCCAD1

Text Example


Text Example

White with #FCCAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAD1; }

 p { color: rgb(252,202,209); }

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

background-color css

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

 a { background-color: rgb(252,202,209); }

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

border-color css

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

 span { border-color: rgb(252,202,209); }

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