Html Css Color HEX #FBB9DD Cotton Candy

📋 copy color: '#FBB9DD'

red 251 ◦ green 185 ◦ blue 221

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

Shades of Cotton Candy #FBB9DD

Tints of Cotton Candy #FBB9DD

RGB

 RED value IS 251 (98.44% from 255) = 38.2%

 GREEN value IS 185 (72.66% from 255) = 28.16%

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 38.2%
G = 28.16%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBB9DD (or 0xFBB9DD) is known color: Cotton Candy. HEX triplet: FB, B9 and DD. RGB value is (251,185,221). Sum of RGB (Red+Green+Blue) = 251+185+221=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DD is #044622. Grayscale: #D0D0D0. Windows color (decimal): -280099 or 14531067. OLE color: 14531067.

HSL color Cylindrical-coordinate representation of color #FBB9DD: hue angle of 327.27º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9DD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 185 221 -
CMYK 0 0.26 0.12 0.02
HSL 327.27º 0.89% 0.85% -
HSV(B) 327.27º 0.26% 0.98% -
XYZ 70.18 60.43 76.37 -
YUV 208.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 251 185 221 0 0.26 0.12 0.02 327.27 0.89 0.85
Hex FB B9 DD 0 1A C 2 147 59 55
Octal 373 271 335 0 32 14 2 507 131 125
Binary 11111011 10111001 11011101 0 11010 1100 10 101000111 1011001 1010101

Color Harmonies of #FBB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9DD

Black with #FBB9DD

Text Example


Text Example

White with #FBB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9DD; }

 p { color: rgb(251,185,221); }

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

background-color css

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

 a { background-color: rgb(251,185,221); }

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

border-color css

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

 span { border-color: rgb(251,185,221); }

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