Html Css Color HEX #FDCAD0 Pink

📋 copy color: '#FDCAD0'

red 253 ◦ green 202 ◦ blue 208

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

Shades of Pink #FDCAD0

Tints of Pink #FDCAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.37%

R = 38.16%
G = 30.47%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDCAD0 (or 0xFDCAD0) is known color: Pink. HEX triplet: FD, CA and D0. RGB value is (253,202,208). Sum of RGB (Red+Green+Blue) = 253+202+208=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAD0 is #02352F. Grayscale: #D9D9D9. Windows color (decimal): -144688 or 13683453. OLE color: 13683453.

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

Color convert

RGB 253 202 208 -
CMYK 0 0.20 0.18 0.01
HSL 352.94º 0.93% 0.89% -
HSV(B) 352.94º 0.2% 0.99% -
XYZ 73.01 67.68 68.89 -
YUV 217.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 253 202 208 0 0.20 0.18 0.01 352.94 0.93 0.89
Hex FD CA D0 0 14 12 1 161 5D 59
Octal 375 312 320 0 24 22 1 541 135 131
Binary 11111101 11001010 11010000 0 10100 10010 1 101100001 1011101 1011001

Color Harmonies of #FDCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCAD0

Black with #FDCAD0

Text Example


Text Example

White with #FDCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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