Html Css Color HEX #FBBAD2 Cotton Candy

📋 copy color: '#FBBAD2'

red 251 ◦ green 186 ◦ blue 210

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

Shades of Cotton Candy #FBBAD2

Tints of Cotton Candy #FBBAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.46%

R = 38.79%
G = 28.75%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBBAD2 (or 0xFBBAD2) is known color: Cotton Candy. HEX triplet: FB, BA and D2. RGB value is (251,186,210). Sum of RGB (Red+Green+Blue) = 251+186+210=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAD2 is #04452D. Grayscale: #D0D0D0. Windows color (decimal): -279854 or 13810427. OLE color: 13810427.

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

Color convert

RGB 251 186 210 -
CMYK 0 0.26 0.16 0.02
HSL 337.85º 0.89% 0.86% -
HSV(B) 337.85º 0.26% 0.98% -
XYZ 68.98 60.28 68.97 -
YUV 208.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 251 186 210 0 0.26 0.16 0.02 337.85 0.89 0.86
Hex FB BA D2 0 1A 10 2 152 59 56
Octal 373 272 322 0 32 20 2 522 131 126
Binary 11111011 10111010 11010010 0 11010 10000 10 101010010 1011001 1010110

Color Harmonies of #FBBAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBAD2

Black with #FBBAD2

Text Example


Text Example

White with #FBBAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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