#F9B7D0

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

Shades of Cotton Candy #F9B7D0

Tints of Cotton Candy #F9B7D0

Color information

#F9B7D0 (or 0xF9B7D0) is unknown color: approx Cotton Candy. HEX triplet: F9, B7 and D0. RGB value is (249,183,208). Sum of RGB (Red+Green+Blue) = 249+183+208=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7D0 is #06482F. Grayscale: #CDCDCD. Windows color (decimal): -411696 or 13678585. OLE color: 13678585.

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

Color convert

RGB249183208-
CMYK00.270.160.02
HSL337.27º84.62%84.71%-
HSV(B)337.27º26.51%97.65%-
XYZ67.3958.5667.43-
YUV205.58129.37158.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.91%
GREEN value IS 183 (71.88% from 255) = 28.59%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=38.91%
G=28.59%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918320800.270.160.02337.2784.6284.71
HexF9B7D001B1021515555
Octal371267320033202521125125
Binary111110011011011111010000011011100001010101000110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7D0; }

 p { color: rgb(249,183,208); }

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

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

 a { background-color: rgb(249,183,208); }

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

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

 span { border-color: rgb(249,183,208); }

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