#FBBDDE

Color #FBBDDE Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FBBDDE

Tints of Cotton Candy #FBBDDE

Color information

#FBBDDE (or 0xFBBDDE) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and DE. RGB value is (251,189,222). Sum of RGB (Red+Green+Blue) = 251+189+222=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDDE is #044221. Grayscale: #D3D3D3. Windows color (decimal): -279074 or 14597627. OLE color: 14597627.

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

Color convert

RGB251189222-
CMYK00.250.120.02
HSL328.06º88.57%86.27%-
HSV(B)328.06º24.7%98.43%-
XYZ71.1762.1877.36-
YUV211.3134.04156.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=37.92%
G=28.55%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118922200.250.120.02328.0688.5786.27
HexFBBDDE019C21485956
Octal373275336031142510131126
Binary11111011101111011101111001100111001010100100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDDE; }

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

 H1.HeaderClassName
 {
   color: #FBBDDE;
 }
 .AnyTagClassName
 {
   color: #FBBDDE;
 }
</style>
background-color css

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

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

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

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

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

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