Html Css Color HEX #FBBADE Cotton Candy

📋 copy color: '#FBBADE'

red 251 ◦ green 186 ◦ blue 222

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

Shades of Cotton Candy #FBBADE

Tints of Cotton Candy #FBBADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.22%

 BLUE value IS 222 (87.11% from 255) = 33.69%

R = 38.09%
G = 28.22%
B = 33.69%

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

#FBBADE (or 0xFBBADE) is known color: Cotton Candy. HEX triplet: FB, BA and DE. RGB value is (251,186,222). Sum of RGB (Red+Green+Blue) = 251+186+222=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBADE is #044521. Grayscale: #D1D1D1. Windows color (decimal): -279842 or 14596859. OLE color: 14596859.

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

Color convert

RGB 251 186 222 -
CMYK 0 0.26 0.12 0.02
HSL 326.77º 0.89% 0.86% -
HSV(B) 326.77º 0.26% 0.98% -
XYZ 70.53 60.9 77.15 -
YUV 209.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 251 186 222 0 0.26 0.12 0.02 326.77 0.89 0.86
Hex FB BA DE 0 1A C 2 147 59 56
Octal 373 272 336 0 32 14 2 507 131 126
Binary 11111011 10111010 11011110 0 11010 1100 10 101000111 1011001 1010110

Color Harmonies of #FBBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBADE

Black with #FBBADE

Text Example


Text Example

White with #FBBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBADE; }

 p { color: rgb(251,186,222); }

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

background-color css

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

 a { background-color: rgb(251,186,222); }

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

border-color css

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

 span { border-color: rgb(251,186,222); }

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