Html Css Color HEX #FDB5DC Cotton Candy

📋 copy color: '#FDB5DC'

red 253 ◦ green 181 ◦ blue 220

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

Shades of Cotton Candy #FDB5DC

Tints of Cotton Candy #FDB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.68%

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

R = 38.69%
G = 27.68%
B = 33.64%

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

#FDB5DC (or 0xFDB5DC) is known color: Cotton Candy. HEX triplet: FD, B5 and DC. RGB value is (253,181,220). Sum of RGB (Red+Green+Blue) = 253+181+220=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DC is #024A23. Grayscale: #CECECE. Windows color (decimal): -150052 or 14464509. OLE color: 14464509.

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

Color convert

RGB 253 181 220 -
CMYK 0 0.28 0.13 0.01
HSL 327.5º 0.95% 0.85% -
HSV(B) 327.5º 0.28% 0.99% -
XYZ 69.95 59.1 75.43 -
YUV 206.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 253 181 220 0 0.28 0.13 0.01 327.5 0.95 0.85
Hex FD B5 DC 0 1C D 1 148 5F 55
Octal 375 265 334 0 34 15 1 510 137 125
Binary 11111101 10110101 11011100 0 11100 1101 1 101001000 1011111 1010101

Color Harmonies of #FDB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5DC

Black with #FDB5DC

Text Example


Text Example

White with #FDB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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