#FBBDD1

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

Shades of Cotton Candy #FBBDD1

Tints of Cotton Candy #FBBDD1

Color information

#FBBDD1 (or 0xFBBDD1) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and D1. RGB value is (251,189,209). Sum of RGB (Red+Green+Blue) = 251+189+209=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD1 is #04422E. Grayscale: #D1D1D1. Windows color (decimal): -279087 or 13745659. OLE color: 13745659.

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

Color convert

RGB251189209-
CMYK00.250.170.02
HSL340.65º88.57%86.27%-
HSV(B)340.65º24.7%98.43%-
XYZ69.4961.5168.53-
YUV209.82127.54157.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=38.67%
G=29.12%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118920900.250.170.02340.6588.5786.27
HexFBBDD10191121555956
Octal373275321031212525131126
Binary111110111011110111010001011001100011010101010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDD1; }

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

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

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

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

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

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

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

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