#FBBDD3

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

Shades of Cotton Candy #FBBDD3

Tints of Cotton Candy #FBBDD3

Color information

#FBBDD3 (or 0xFBBDD3) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and D3. RGB value is (251,189,211). Sum of RGB (Red+Green+Blue) = 251+189+211=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD3 is #04422C. Grayscale: #D2D2D2. Windows color (decimal): -279085 or 13876731. OLE color: 13876731.

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

Color convert

RGB251189211-
CMYK00.250.160.02
HSL338.71º88.57%86.27%-
HSV(B)338.71º24.7%98.43%-
XYZ69.7461.6169.84-
YUV210.05128.54157.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=38.56%
G=29.03%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118921100.250.160.02338.7188.5786.27
HexFBBDD30191021535956
Octal373275323031202523131126
Binary111110111011110111010011011001100001010101001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDD3; }

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

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

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

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

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

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

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

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