Html Css Color HEX #FFB7DD Cotton Candy

📋 copy color: '#FFB7DD'

red 255 ◦ green 183 ◦ blue 221

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

Shades of Cotton Candy #FFB7DD

Tints of Cotton Candy #FFB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.77%

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

R = 38.69%
G = 27.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFB7DD (or 0xFFB7DD) is known color: Cotton Candy. HEX triplet: FF, B7 and DD. RGB value is (255,183,221). Sum of RGB (Red+Green+Blue) = 255+183+221=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7DD is #004822. Grayscale: #D0D0D0. Windows color (decimal): -18467 or 14530559. OLE color: 14530559.

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

Color convert

RGB 255 183 221 -
CMYK 0 0.28 0.13 0
HSL 328.33º 1% 0.86% -
HSV(B) 328.33º 0.28% 1% -
XYZ 71.22 60.35 76.3 -
YUV 208.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 255 183 221 0 0.28 0.13 0 328.33 1 0.86
Hex FF B7 DD 0 1C D 0 148 64 56
Octal 377 267 335 0 34 15 0 510 144 126
Binary 11111111 10110111 11011101 0 11100 1101 0 101001000 1100100 1010110

Color Harmonies of #FFB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB7DD

Black with #FFB7DD

Text Example


Text Example

White with #FFB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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