Html Css Color HEX #FCCABF Your Pink

📋 copy color: '#FCCABF'

red 252 ◦ green 202 ◦ blue 191

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

Shades of Your Pink #FCCABF

Tints of Your Pink #FCCABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.61%

R = 39.07%
G = 31.32%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCCABF (or 0xFCCABF) is known color: Your Pink. HEX triplet: FC, CA and BF. RGB value is (252,202,191). Sum of RGB (Red+Green+Blue) = 252+202+191=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCABF is #033540. Grayscale: #D7D7D7. Windows color (decimal): -210241 or 12569340. OLE color: 12569340.

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

Color convert

RGB 252 202 191 -
CMYK 0 0.20 0.24 0.01
HSL 10.82º 0.91% 0.87% -
HSV(B) 10.82º 0.24% 0.99% -
XYZ 70.67 66.7 58.44 -
YUV 215.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 252 202 191 0 0.20 0.24 0.01 10.82 0.91 0.87
Hex FC CA BF 0 14 18 1 B 5B 57
Octal 374 312 277 0 24 30 1 13 133 127
Binary 11111100 11001010 10111111 0 10100 11000 1 1011 1011011 1010111

Color Harmonies of #FCCABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCABF

Black with #FCCABF

Text Example


Text Example

White with #FCCABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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