Html Css Color HEX #FFB5DD Cotton Candy

📋 copy color: '#FFB5DD'

red 255 ◦ green 181 ◦ blue 221

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

Shades of Cotton Candy #FFB5DD

Tints of Cotton Candy #FFB5DD

RGB

 RED value IS 255 (100% from 255) = 38.81%

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

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

R = 38.81%
G = 27.55%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFB5DD (or 0xFFB5DD) is known color: Cotton Candy. HEX triplet: FF, B5 and DD. RGB value is (255,181,221). Sum of RGB (Red+Green+Blue) = 255+181+221=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DD is #004A22. Grayscale: #CFCFCF. Windows color (decimal): -18979 or 14530047. OLE color: 14530047.

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

Color convert

RGB 255 181 221 -
CMYK 0 0.29 0.13 0
HSL 327.57º 1% 0.85% -
HSV(B) 327.57º 0.29% 1% -
XYZ 70.82 59.53 76.16 -
YUV 207.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 255 181 221 0 0.29 0.13 0 327.57 1 0.85
Hex FF B5 DD 0 1D D 0 148 64 55
Octal 377 265 335 0 35 15 0 510 144 125
Binary 11111111 10110101 11011101 0 11101 1101 0 101001000 1100100 1010101

Color Harmonies of #FFB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5DD

Black with #FFB5DD

Text Example


Text Example

White with #FFB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5DD; }

 p { color: rgb(255,181,221); }

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

background-color css

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

 a { background-color: rgb(255,181,221); }

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

border-color css

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

 span { border-color: rgb(255,181,221); }

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