Html Css Color HEX #FFBBD5 Cotton Candy

📋 copy color: '#FFBBD5'

red 255 ◦ green 187 ◦ blue 213

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

Shades of Cotton Candy #FFBBD5

Tints of Cotton Candy #FFBBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 38.93%
G = 28.55%
B = 32.52%

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

#FFBBD5 (or 0xFFBBD5) is known color: Cotton Candy. HEX triplet: FF, BB and D5. RGB value is (255,187,213). Sum of RGB (Red+Green+Blue) = 255+187+213=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD5 is #00442A. Grayscale: #D2D2D2. Windows color (decimal): -17451 or 14007295. OLE color: 14007295.

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

Color convert

RGB 255 187 213 -
CMYK 0 0.27 0.16 0
HSL 337.06º 1% 0.87% -
HSV(B) 337.06º 0.27% 1% -
XYZ 71.02 61.6 71.1 -
YUV 210.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 255 187 213 0 0.27 0.16 0 337.06 1 0.87
Hex FF BB D5 0 1B 10 0 151 64 57
Octal 377 273 325 0 33 20 0 521 144 127
Binary 11111111 10111011 11010101 0 11011 10000 0 101010001 1100100 1010111

Color Harmonies of #FFBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBBD5

Black with #FFBBD5

Text Example


Text Example

White with #FFBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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