Html Css Color HEX #FDC2D8 Cotton Candy

📋 copy color: '#FDC2D8'

red 253 ◦ green 194 ◦ blue 216

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

Shades of Cotton Candy #FDC2D8

Tints of Cotton Candy #FDC2D8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.26%

 BLUE value IS 216 (84.77% from 255) = 32.58%

R = 38.16%
G = 29.26%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDC2D8 (or 0xFDC2D8) is known color: Cotton Candy. HEX triplet: FD, C2 and D8. RGB value is (253,194,216). Sum of RGB (Red+Green+Blue) = 253+194+216=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 194 (76.17% from 255 or 29.26% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2D8 is #023D27. Grayscale: #D6D6D6. Windows color (decimal): -146728 or 14205693. OLE color: 14205693.

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

Color convert

RGB 253 194 216 -
CMYK 0 0.23 0.15 0.01
HSL 337.63º 0.94% 0.88% -
HSV(B) 337.63º 0.23% 0.99% -
XYZ 72.19 64.42 73.6 -
YUV 214.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 253 194 216 0 0.23 0.15 0.01 337.63 0.94 0.88
Hex FD C2 D8 0 17 F 1 152 5E 58
Octal 375 302 330 0 27 17 1 522 136 130
Binary 11111101 11000010 11011000 0 10111 1111 1 101010010 1011110 1011000

Color Harmonies of #FDC2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2D8

Black with #FDC2D8

Text Example


Text Example

White with #FDC2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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