Html Css Color HEX #FCCAB8 Your Pink

📋 copy color: '#FCCAB8'

red 252 ◦ green 202 ◦ blue 184

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

Shades of Your Pink #FCCAB8

Tints of Your Pink #FCCAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.84%

R = 39.5%
G = 31.66%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCCAB8 (or 0xFCCAB8) is known color: Your Pink. HEX triplet: FC, CA and B8. RGB value is (252,202,184). Sum of RGB (Red+Green+Blue) = 252+202+184=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB8 is #033547. Grayscale: #D7D7D7. Windows color (decimal): -210248 or 12110588. OLE color: 12110588.

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

Color convert

RGB 252 202 184 -
CMYK 0 0.20 0.27 0.01
HSL 15.88º 0.92% 0.85% -
HSV(B) 15.88º 0.27% 0.99% -
XYZ 69.92 66.4 54.48 -
YUV 214.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 252 202 184 0 0.20 0.27 0.01 15.88 0.92 0.85
Hex FC CA B8 0 14 1B 1 10 5C 55
Octal 374 312 270 0 24 33 1 20 134 125
Binary 11111100 11001010 10111000 0 10100 11011 1 10000 1011100 1010101

Color Harmonies of #FCCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAB8

Black with #FCCAB8

Text Example


Text Example

White with #FCCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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