Html Css Color HEX #FFBBDD Cotton Candy

📋 copy color: '#FFBBDD'

red 255 ◦ green 187 ◦ blue 221

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

Shades of Cotton Candy #FFBBDD

Tints of Cotton Candy #FFBBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.21%

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

R = 38.46%
G = 28.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFBBDD (or 0xFFBBDD) is known color: Cotton Candy. HEX triplet: FF, BB and DD. RGB value is (255,187,221). Sum of RGB (Red+Green+Blue) = 255+187+221=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDD is #004422. Grayscale: #D3D3D3. Windows color (decimal): -17443 or 14531583. OLE color: 14531583.

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

Color convert

RGB 255 187 221 -
CMYK 0 0.27 0.13 0
HSL 330º 1% 0.87% -
HSV(B) 330º 0.27% 1% -
XYZ 72.06 62.02 76.58 -
YUV 211.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 255 187 221 0 0.27 0.13 0 330 1 0.87
Hex FF BB DD 0 1B D 0 14A 64 57
Octal 377 273 335 0 33 15 0 512 144 127
Binary 11111111 10111011 11011101 0 11011 1101 0 101001010 1100100 1010111

Color Harmonies of #FFBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBDD

Black with #FFBBDD

Text Example


Text Example

White with #FFBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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