#FBBDD0

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

Shades of Cotton Candy #FBBDD0

Tints of Cotton Candy #FBBDD0

Color information

#FBBDD0 (or 0xFBBDD0) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and D0. RGB value is (251,189,208). Sum of RGB (Red+Green+Blue) = 251+189+208=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD0 is #04422F. Grayscale: #D1D1D1. Windows color (decimal): -279088 or 13680123. OLE color: 13680123.

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

Color convert

RGB251189208-
CMYK00.250.170.02
HSL341.61º88.57%86.27%-
HSV(B)341.61º24.7%98.43%-
XYZ69.3761.4667.88-
YUV209.7127.04157.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=38.73%
G=29.17%
B=32.10%

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
Decimal25118920800.250.170.02341.6188.5786.27
HexFBBDD00191121565956
Octal373275320031212526131126
Binary111110111011110111010000011001100011010101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDD0; }

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

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

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

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

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

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

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

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