Html Css Color HEX #FBBADB Cotton Candy

📋 copy color: '#FBBADB'

red 251 ◦ green 186 ◦ blue 219

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

Shades of Cotton Candy #FBBADB

Tints of Cotton Candy #FBBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 38.26%
G = 28.35%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBBADB (or 0xFBBADB) is known color: Cotton Candy. HEX triplet: FB, BA and DB. RGB value is (251,186,219). Sum of RGB (Red+Green+Blue) = 251+186+219=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBADB is #044524. Grayscale: #D1D1D1. Windows color (decimal): -279845 or 14400251. OLE color: 14400251.

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

Color convert

RGB 251 186 219 -
CMYK 0 0.26 0.13 0.02
HSL 329.54º 0.89% 0.86% -
HSV(B) 329.54º 0.26% 0.98% -
XYZ 70.13 60.74 75.05 -
YUV 209.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 251 186 219 0 0.26 0.13 0.02 329.54 0.89 0.86
Hex FB BA DB 0 1A D 2 14A 59 56
Octal 373 272 333 0 32 15 2 512 131 126
Binary 11111011 10111010 11011011 0 11010 1101 10 101001010 1011001 1010110

Color Harmonies of #FBBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBADB

Black with #FBBADB

Text Example


Text Example

White with #FBBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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