Html Css Color HEX #FDB6DC Cotton Candy

📋 copy color: '#FDB6DC'

red 253 ◦ green 182 ◦ blue 220

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

Shades of Cotton Candy #FDB6DC

Tints of Cotton Candy #FDB6DC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.79%

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

R = 38.63%
G = 27.79%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDB6DC (or 0xFDB6DC) is known color: Cotton Candy. HEX triplet: FD, B6 and DC. RGB value is (253,182,220). Sum of RGB (Red+Green+Blue) = 253+182+220=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DC is #024923. Grayscale: #CFCFCF. Windows color (decimal): -149796 or 14464765. OLE color: 14464765.

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

Color convert

RGB 253 182 220 -
CMYK 0 0.28 0.13 0.01
HSL 327.89º 0.95% 0.85% -
HSV(B) 327.89º 0.28% 0.99% -
XYZ 70.15 59.51 75.5 -
YUV 207.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 253 182 220 0 0.28 0.13 0.01 327.89 0.95 0.85
Hex FD B6 DC 0 1C D 1 148 5F 55
Octal 375 266 334 0 34 15 1 510 137 125
Binary 11111101 10110110 11011100 0 11100 1101 1 101001000 1011111 1010101

Color Harmonies of #FDB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB6DC

Black with #FDB6DC

Text Example


Text Example

White with #FDB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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