Html Css Color HEX #FBBDDB Cotton Candy

📋 copy color: '#FBBDDB'

red 251 ◦ green 189 ◦ blue 219

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

Shades of Cotton Candy #FBBDDB

Tints of Cotton Candy #FBBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.68%

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

R = 38.09%
G = 28.68%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBBDDB (or 0xFBBDDB) is known color: Cotton Candy. HEX triplet: FB, BD and DB. RGB value is (251,189,219). Sum of RGB (Red+Green+Blue) = 251+189+219=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDDB is #044224. Grayscale: #D2D2D2. Windows color (decimal): -279077 or 14401019. OLE color: 14401019.

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

Color convert

RGB 251 189 219 -
CMYK 0 0.25 0.13 0.02
HSL 330.97º 0.89% 0.86% -
HSV(B) 330.97º 0.25% 0.98% -
XYZ 70.77 62.02 75.26 -
YUV 210.96 132.54 156.56 -
System Red Green Blue C M Y K H S L
Decimal 251 189 219 0 0.25 0.13 0.02 330.97 0.89 0.86
Hex FB BD DB 0 19 D 2 14B 59 56
Octal 373 275 333 0 31 15 2 513 131 126
Binary 11111011 10111101 11011011 0 11001 1101 10 101001011 1011001 1010110

Color Harmonies of #FBBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDDB

Black with #FBBDDB

Text Example


Text Example

White with #FBBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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