#F9BED3

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

Shades of Cotton Candy #F9BED3

Tints of Cotton Candy #F9BED3

Color information

#F9BED3 (or 0xF9BED3) is unknown color: approx Cotton Candy. HEX triplet: F9, BE and D3. RGB value is (249,190,211). Sum of RGB (Red+Green+Blue) = 249+190+211=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BED3 is #06412C. Grayscale: #D2D2D2. Windows color (decimal): -409901 or 13876985. OLE color: 13876985.

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

Color convert

RGB249190211-
CMYK00.240.150.02
HSL338.64º83.1%86.08%-
HSV(B)338.64º23.69%97.65%-
XYZ69.2461.6769.88-
YUV210.04128.55155.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=38.31%
G=29.23%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919021100.240.150.02338.6483.186.08
HexF9BED3018F21535356
Octal371276323030172523123126
Binary11111001101111101101001101100011111010101001110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BED3; }

 p { color: rgb(249,190,211); }

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

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

 a { background-color: rgb(249,190,211); }

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

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

 span { border-color: rgb(249,190,211); }

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