Html Css Color HEX #FBBBD3 Cotton Candy

📋 copy color: '#FBBBD3'

red 251 ◦ green 187 ◦ blue 211

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

Shades of Cotton Candy #FBBBD3

Tints of Cotton Candy #FBBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 38.67%
G = 28.81%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBBBD3 (or 0xFBBBD3) is known color: Cotton Candy. HEX triplet: FB, BB and D3. RGB value is (251,187,211). Sum of RGB (Red+Green+Blue) = 251+187+211=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD3 is #04442C. Grayscale: #D0D0D0. Windows color (decimal): -279597 or 13876219. OLE color: 13876219.

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

Color convert

RGB 251 187 211 -
CMYK 0 0.25 0.16 0.02
HSL 337.5º 0.89% 0.86% -
HSV(B) 337.5º 0.25% 0.98% -
XYZ 69.31 60.75 69.7 -
YUV 208.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 251 187 211 0 0.25 0.16 0.02 337.5 0.89 0.86
Hex FB BB D3 0 19 10 2 152 59 56
Octal 373 273 323 0 31 20 2 522 131 126
Binary 11111011 10111011 11010011 0 11001 10000 10 101010010 1011001 1010110

Color Harmonies of #FBBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBBD3

Black with #FBBBD3

Text Example


Text Example

White with #FBBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBBD3; }

 p { color: rgb(251,187,211); }

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

background-color css

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

 a { background-color: rgb(251,187,211); }

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

border-color css

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

 span { border-color: rgb(251,187,211); }

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