Html Css Color HEX #FDB9DC Cotton Candy

📋 copy color: '#FDB9DC'

red 253 ◦ green 185 ◦ blue 220

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

Shades of Cotton Candy #FDB9DC

Tints of Cotton Candy #FDB9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.43%

R = 38.45%
G = 28.12%
B = 33.43%

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

#FDB9DC (or 0xFDB9DC) is known color: Cotton Candy. HEX triplet: FD, B9 and DC. RGB value is (253,185,220). Sum of RGB (Red+Green+Blue) = 253+185+220=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9DC is #024623. Grayscale: #D1D1D1. Windows color (decimal): -149028 or 14465533. OLE color: 14465533.

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

Color convert

RGB 253 185 220 -
CMYK 0 0.27 0.13 0.01
HSL 329.12º 0.94% 0.86% -
HSV(B) 329.12º 0.27% 0.99% -
XYZ 70.78 60.75 75.71 -
YUV 209.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 253 185 220 0 0.27 0.13 0.01 329.12 0.94 0.86
Hex FD B9 DC 0 1B D 1 149 5E 56
Octal 375 271 334 0 33 15 1 511 136 126
Binary 11111101 10111001 11011100 0 11011 1101 1 101001001 1011110 1010110

Color Harmonies of #FDB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9DC

Black with #FDB9DC

Text Example


Text Example

White with #FDB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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