Html Css Color HEX #FFBBDC Cotton Candy

📋 copy color: '#FFBBDC'

red 255 ◦ green 187 ◦ blue 220

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

Shades of Cotton Candy #FFBBDC

Tints of Cotton Candy #FFBBDC

RGB

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

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

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

R = 38.52%
G = 28.25%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFBBDC (or 0xFFBBDC) is known color: Cotton Candy. HEX triplet: FF, BB and DC. RGB value is (255,187,220). Sum of RGB (Red+Green+Blue) = 255+187+220=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDC is #004423. Grayscale: #D3D3D3. Windows color (decimal): -17444 or 14466047. OLE color: 14466047.

HSL color Cylindrical-coordinate representation of color #FFBBDC: hue angle of 330.88º 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 #FFBBDC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 187 220 -
CMYK 0 0.27 0.14 0
HSL 330.88º 1% 0.87% -
HSV(B) 330.88º 0.27% 1% -
XYZ 71.93 61.97 75.88 -
YUV 211.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 255 187 220 0 0.27 0.14 0 330.88 1 0.87
Hex FF BB DC 0 1B E 0 14B 64 57
Octal 377 273 334 0 33 16 0 513 144 127
Binary 11111111 10111011 11011100 0 11011 1110 0 101001011 1100100 1010111

Color Harmonies of #FFBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBDC

Black with #FFBBDC

Text Example


Text Example

White with #FFBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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