Html Css Color HEX #FBBAD6 Cotton Candy

📋 copy color: '#FBBAD6'

red 251 ◦ green 186 ◦ blue 214

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

Shades of Cotton Candy #FBBAD6

Tints of Cotton Candy #FBBAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.87%

R = 38.56%
G = 28.57%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBBAD6 (or 0xFBBAD6) is known color: Cotton Candy. HEX triplet: FB, BA and D6. RGB value is (251,186,214). Sum of RGB (Red+Green+Blue) = 251+186+214=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAD6 is #044529. Grayscale: #D0D0D0. Windows color (decimal): -279850 or 14072571. OLE color: 14072571.

HSL color Cylindrical-coordinate representation of color #FBBAD6: hue angle of 334.15º 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 #FBBAD6 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 214 -
CMYK 0 0.26 0.15 0.02
HSL 334.15º 0.89% 0.86% -
HSV(B) 334.15º 0.26% 0.98% -
XYZ 69.48 60.48 71.63 -
YUV 208.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 251 186 214 0 0.26 0.15 0.02 334.15 0.89 0.86
Hex FB BA D6 0 1A F 2 14E 59 56
Octal 373 272 326 0 32 17 2 516 131 126
Binary 11111011 10111010 11010110 0 11010 1111 10 101001110 1011001 1010110

Color Harmonies of #FBBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAD6

Black with #FBBAD6

Text Example


Text Example

White with #FBBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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