Html Css Color HEX #FDCACE Pink

📋 copy color: '#FDCACE'

red 253 ◦ green 202 ◦ blue 206

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

Shades of Pink #FDCACE

Tints of Pink #FDCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.16%

R = 38.28%
G = 30.56%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDCACE (or 0xFDCACE) is known color: Pink. HEX triplet: FD, CA and CE. RGB value is (253,202,206). Sum of RGB (Red+Green+Blue) = 253+202+206=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACE is #023531. Grayscale: #D9D9D9. Windows color (decimal): -144690 or 13552381. OLE color: 13552381.

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

Color convert

RGB 253 202 206 -
CMYK 0 0.20 0.19 0.01
HSL 355.29º 0.93% 0.89% -
HSV(B) 355.29º 0.2% 0.99% -
XYZ 72.77 67.58 67.6 -
YUV 217.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 253 202 206 0 0.20 0.19 0.01 355.29 0.93 0.89
Hex FD CA CE 0 14 13 1 163 5D 59
Octal 375 312 316 0 24 23 1 543 135 131
Binary 11111101 11001010 11001110 0 10100 10011 1 101100011 1011101 1011001

Color Harmonies of #FDCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCACE

Black with #FDCACE

Text Example


Text Example

White with #FDCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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