Html Css Color HEX #FDC0CA Pink

📋 copy color: '#FDC0CA'

red 253 ◦ green 192 ◦ blue 202

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

Shades of Pink #FDC0CA

Tints of Pink #FDC0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.68%

 BLUE value IS 202 (79.3% from 255) = 31.22%

R = 39.1%
G = 29.68%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDC0CA (or 0xFDC0CA) is known color: Pink. HEX triplet: FD, C0 and CA. RGB value is (253,192,202). Sum of RGB (Red+Green+Blue) = 253+192+202=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0CA is #023F35. Grayscale: #D3D3D3. Windows color (decimal): -147254 or 13287677. OLE color: 13287677.

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

Color convert

RGB 253 192 202 -
CMYK 0 0.24 0.20 0.01
HSL 350.16º 0.94% 0.87% -
HSV(B) 350.16º 0.24% 0.99% -
XYZ 70.02 62.85 64.32 -
YUV 211.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 253 192 202 0 0.24 0.20 0.01 350.16 0.94 0.87
Hex FD C0 CA 0 18 14 1 15E 5E 57
Octal 375 300 312 0 30 24 1 536 136 127
Binary 11111101 11000000 11001010 0 11000 10100 1 101011110 1011110 1010111

Color Harmonies of #FDC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0CA

Black with #FDC0CA

Text Example


Text Example

White with #FDC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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