#F9BED1

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

Shades of Cotton Candy #F9BED1

Tints of Cotton Candy #F9BED1

Color information

#F9BED1 (or 0xF9BED1) is unknown color: approx Cotton Candy. HEX triplet: F9, BE and D1. RGB value is (249,190,209). Sum of RGB (Red+Green+Blue) = 249+190+209=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BED1 is #06412E. Grayscale: #D1D1D1. Windows color (decimal): -409903 or 13745913. OLE color: 13745913.

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

Color convert

RGB249190209-
CMYK00.240.160.02
HSL340.68º83.1%86.08%-
HSV(B)340.68º23.69%97.65%-
XYZ68.9961.5768.57-
YUV209.81127.55155.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=38.43%
G=29.32%
B=32.25%

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
Decimal24919020900.240.160.02340.6883.186.08
HexF9BED10181021555356
Octal371276321030202525123126
Binary111110011011111011010001011000100001010101010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BED1; }

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

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

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

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

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

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

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

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