#FBC1D6

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

Shades of Cotton Candy #FBC1D6

Tints of Cotton Candy #FBC1D6

Color information

#FBC1D6 (or 0xFBC1D6) is unknown color: approx Cotton Candy. HEX triplet: FB, C1 and D6. RGB value is (251,193,214). Sum of RGB (Red+Green+Blue) = 251+193+214=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D6 is #043E29. Grayscale: #D4D4D4. Windows color (decimal): -278058 or 14074363. OLE color: 14074363.

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

Color convert

RGB251193214-
CMYK00.230.150.02
HSL338.28º87.88%87.06%-
HSV(B)338.28º23.11%98.43%-
XYZ70.9963.572.13-
YUV212.74128.72155.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 193 (75.78% from 255) = 29.33%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=38.15%
G=29.33%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119321400.230.150.02338.2887.8887.06
HexFBC1D6017F21525857
Octal373301326027172522130127
Binary11111011110000011101011001011111111010101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1D6; }

 p { color: rgb(251,193,214); }

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

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

 a { background-color: rgb(251,193,214); }

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

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

 span { border-color: rgb(251,193,214); }

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