Html Css Color HEX #FDCAB8 Your Pink

📋 copy color: '#FDCAB8'

red 253 ◦ green 202 ◦ blue 184

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

Shades of Your Pink #FDCAB8

Tints of Your Pink #FDCAB8

RGB

 RED value IS 253 (99.22% from 255) = 39.59%

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

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

R = 39.59%
G = 31.61%
B = 28.79%

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

#FDCAB8 (or 0xFDCAB8) is known color: Your Pink. HEX triplet: FD, CA and B8. RGB value is (253,202,184). Sum of RGB (Red+Green+Blue) = 253+202+184=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB8 is #023547. Grayscale: #D7D7D7. Windows color (decimal): -144712 or 12110589. OLE color: 12110589.

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

Color convert

RGB 253 202 184 -
CMYK 0 0.20 0.27 0.01
HSL 15.65º 0.95% 0.86% -
HSV(B) 15.65º 0.27% 0.99% -
XYZ 70.28 66.58 54.5 -
YUV 215.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 253 202 184 0 0.20 0.27 0.01 15.65 0.95 0.86
Hex FD CA B8 0 14 1B 1 10 5F 56
Octal 375 312 270 0 24 33 1 20 137 126
Binary 11111101 11001010 10111000 0 10100 11011 1 10000 1011111 1010110

Color Harmonies of #FDCAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAB8

Black with #FDCAB8

Text Example


Text Example

White with #FDCAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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