Html Css Color HEX #FDC2D6 Cotton Candy

📋 copy color: '#FDC2D6'

red 253 ◦ green 194 ◦ blue 214

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

Shades of Cotton Candy #FDC2D6

Tints of Cotton Candy #FDC2D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.38%

R = 38.28%
G = 29.35%
B = 32.38%

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

#FDC2D6 (or 0xFDC2D6) is known color: Cotton Candy. HEX triplet: FD, C2 and D6. RGB value is (253,194,214). Sum of RGB (Red+Green+Blue) = 253+194+214=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2D6 is #023D29. Grayscale: #D5D5D5. Windows color (decimal): -146730 or 14074621. OLE color: 14074621.

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

Color convert

RGB 253 194 214 -
CMYK 0 0.23 0.15 0.01
HSL 339.66º 0.94% 0.88% -
HSV(B) 339.66º 0.23% 0.99% -
XYZ 71.94 64.32 72.24 -
YUV 213.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 253 194 214 0 0.23 0.15 0.01 339.66 0.94 0.88
Hex FD C2 D6 0 17 F 1 154 5E 58
Octal 375 302 326 0 27 17 1 524 136 130
Binary 11111101 11000010 11010110 0 10111 1111 1 101010100 1011110 1011000

Color Harmonies of #FDC2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC2D6

Black with #FDC2D6

Text Example


Text Example

White with #FDC2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC2D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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