Html Css Color HEX #FFBBD4 Cotton Candy

📋 copy color: '#FFBBD4'

red 255 ◦ green 187 ◦ blue 212

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

Shades of Cotton Candy #FFBBD4

Tints of Cotton Candy #FFBBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.42%

R = 38.99%
G = 28.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFBBD4 (or 0xFFBBD4) is known color: Cotton Candy. HEX triplet: FF, BB and D4. RGB value is (255,187,212). Sum of RGB (Red+Green+Blue) = 255+187+212=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD4 is #00442B. Grayscale: #D2D2D2. Windows color (decimal): -17452 or 13941759. OLE color: 13941759.

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

Color convert

RGB 255 187 212 -
CMYK 0 0.27 0.17 0
HSL 337.94º 1% 0.87% -
HSV(B) 337.94º 0.27% 1% -
XYZ 70.89 61.55 70.43 -
YUV 210.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 255 187 212 0 0.27 0.17 0 337.94 1 0.87
Hex FF BB D4 0 1B 11 0 152 64 57
Octal 377 273 324 0 33 21 0 522 144 127
Binary 11111111 10111011 11010100 0 11011 10001 0 101010010 1100100 1010111

Color Harmonies of #FFBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBD4

Black with #FFBBD4

Text Example


Text Example

White with #FFBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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