Html Css Color HEX #FFBBD7 Cotton Candy

📋 copy color: '#FFBBD7'

red 255 ◦ green 187 ◦ blue 215

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

Shades of Cotton Candy #FFBBD7

Tints of Cotton Candy #FFBBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.72%

R = 38.81%
G = 28.46%
B = 32.72%

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

#FFBBD7 (or 0xFFBBD7) is known color: Cotton Candy. HEX triplet: FF, BB and D7. RGB value is (255,187,215). Sum of RGB (Red+Green+Blue) = 255+187+215=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 187 (73.44% from 255 or 28.46% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD7 is #004428. Grayscale: #D2D2D2. Windows color (decimal): -17449 or 14138367. OLE color: 14138367.

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

Color convert

RGB 255 187 215 -
CMYK 0 0.27 0.16 0
HSL 335.29º 1% 0.87% -
HSV(B) 335.29º 0.27% 1% -
XYZ 71.28 61.71 72.44 -
YUV 210.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 255 187 215 0 0.27 0.16 0 335.29 1 0.87
Hex FF BB D7 0 1B 10 0 14F 64 57
Octal 377 273 327 0 33 20 0 517 144 127
Binary 11111111 10111011 11010111 0 11011 10000 0 101001111 1100100 1010111

Color Harmonies of #FFBBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBD7

Black with #FFBBD7

Text Example


Text Example

White with #FFBBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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