#FBC0D3

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

Shades of Cotton Candy #FBC0D3

Tints of Cotton Candy #FBC0D3

Color information

#FBC0D3 (or 0xFBC0D3) is unknown color: approx Cotton Candy. HEX triplet: FB, C0 and D3. RGB value is (251,192,211). Sum of RGB (Red+Green+Blue) = 251+192+211=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0D3 is #043F2C. Grayscale: #D3D3D3. Windows color (decimal): -278317 or 13877499. OLE color: 13877499.

HSL color Cylindrical-coordinate representation of color #FBC0D3: hue angle of 340.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0D3 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251192211-
CMYK00.240.160.02
HSL340.68º88.06%86.86%-
HSV(B)340.68º23.51%98.43%-
XYZ70.3962.9170.06-
YUV211.81127.55155.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=38.38%
G=29.36%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119221100.240.160.02340.6888.0686.86
HexFBC0D30181021555857
Octal373300323030202525130127
Binary111110111100000011010011011000100001010101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC0D3; }

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

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

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

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

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

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

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

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