Html Css Color HEX #FDB9DD Cotton Candy

📋 copy color: '#FDB9DD'

red 253 ◦ green 185 ◦ blue 221

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

Shades of Cotton Candy #FDB9DD

Tints of Cotton Candy #FDB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.07%

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 38.39%
G = 28.07%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB9DD (or 0xFDB9DD) is known color: Cotton Candy. HEX triplet: FD, B9 and DD. RGB value is (253,185,221). Sum of RGB (Red+Green+Blue) = 253+185+221=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9DD is #024622. Grayscale: #D1D1D1. Windows color (decimal): -149027 or 14531069. OLE color: 14531069.

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

Color convert

RGB 253 185 221 -
CMYK 0 0.27 0.13 0.01
HSL 328.24º 0.94% 0.86% -
HSV(B) 328.24º 0.27% 0.99% -
XYZ 70.91 60.8 76.41 -
YUV 209.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 253 185 221 0 0.27 0.13 0.01 328.24 0.94 0.86
Hex FD B9 DD 0 1B D 1 148 5E 56
Octal 375 271 335 0 33 15 1 510 136 126
Binary 11111101 10111001 11011101 0 11011 1101 1 101001000 1011110 1010110

Color Harmonies of #FDB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9DD

Black with #FDB9DD

Text Example


Text Example

White with #FDB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9DD; }

 p { color: rgb(253,185,221); }

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

background-color css

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

 a { background-color: rgb(253,185,221); }

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

border-color css

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

 span { border-color: rgb(253,185,221); }

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