Html Css Color HEX #FDCAC2 Your Pink

📋 copy color: '#FDCAC2'

red 253 ◦ green 202 ◦ blue 194

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

Shades of Your Pink #FDCAC2

Tints of Your Pink #FDCAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.89%

R = 38.98%
G = 31.12%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDCAC2 (or 0xFDCAC2) is known color: Your Pink. HEX triplet: FD, CA and C2. RGB value is (253,202,194). Sum of RGB (Red+Green+Blue) = 253+202+194=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC2 is #02353D. Grayscale: #D8D8D8. Windows color (decimal): -144702 or 12765949. OLE color: 12765949.

HSL color Cylindrical-coordinate representation of color #FDCAC2: hue angle of 8.14º degrees, saturation: 0.94, 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 #FDCAC2 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 194 -
CMYK 0 0.20 0.23 0.01
HSL 8.14º 0.94% 0.88% -
HSV(B) 8.14º 0.23% 0.99% -
XYZ 71.37 67.02 60.21 -
YUV 216.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 253 202 194 0 0.20 0.23 0.01 8.14 0.94 0.88
Hex FD CA C2 0 14 17 1 8 5E 58
Octal 375 312 302 0 24 27 1 10 136 130
Binary 11111101 11001010 11000010 0 10100 10111 1 1000 1011110 1011000

Color Harmonies of #FDCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAC2

Black with #FDCAC2

Text Example


Text Example

White with #FDCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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