Html Css Color HEX #FFB6DD Cotton Candy

📋 copy color: '#FFB6DD'

red 255 ◦ green 182 ◦ blue 221

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

Shades of Cotton Candy #FFB6DD

Tints of Cotton Candy #FFB6DD

RGB

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

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

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

R = 38.75%
G = 27.66%
B = 33.59%

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

#FFB6DD (or 0xFFB6DD) is known color: Cotton Candy. HEX triplet: FF, B6 and DD. RGB value is (255,182,221). Sum of RGB (Red+Green+Blue) = 255+182+221=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DD is #004922. Grayscale: #D0D0D0. Windows color (decimal): -18723 or 14530303. OLE color: 14530303.

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

Color convert

RGB 255 182 221 -
CMYK 0 0.29 0.13 0
HSL 327.95º 1% 0.86% -
HSV(B) 327.95º 0.29% 1% -
XYZ 71.02 59.94 76.23 -
YUV 208.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 255 182 221 0 0.29 0.13 0 327.95 1 0.86
Hex FF B6 DD 0 1D D 0 148 64 56
Octal 377 266 335 0 35 15 0 510 144 126
Binary 11111111 10110110 11011101 0 11101 1101 0 101001000 1100100 1010110

Color Harmonies of #FFB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6DD

Black with #FFB6DD

Text Example


Text Example

White with #FFB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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