Html Css Color HEX #FFBBD6 Cotton Candy

📋 copy color: '#FFBBD6'

red 255 ◦ green 187 ◦ blue 214

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

Shades of Cotton Candy #FFBBD6

Tints of Cotton Candy #FFBBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.62%

R = 38.87%
G = 28.51%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFBBD6 (or 0xFFBBD6) is known color: Cotton Candy. HEX triplet: FF, BB and D6. RGB value is (255,187,214). Sum of RGB (Red+Green+Blue) = 255+187+214=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD6 is #004429. Grayscale: #D2D2D2. Windows color (decimal): -17450 or 14072831. OLE color: 14072831.

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

Color convert

RGB 255 187 214 -
CMYK 0 0.27 0.16 0
HSL 336.18º 1% 0.87% -
HSV(B) 336.18º 0.27% 1% -
XYZ 71.15 61.66 71.77 -
YUV 210.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 255 187 214 0 0.27 0.16 0 336.18 1 0.87
Hex FF BB D6 0 1B 10 0 150 64 57
Octal 377 273 326 0 33 20 0 520 144 127
Binary 11111111 10111011 11010110 0 11011 10000 0 101010000 1100100 1010111

Color Harmonies of #FFBBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBD6

Black with #FFBBD6

Text Example


Text Example

White with #FFBBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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