#F5BED3

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

Shades of Cotton Candy #F5BED3

Tints of Cotton Candy #F5BED3

Color information

#F5BED3 (or 0xF5BED3) is unknown color: approx Cotton Candy. HEX triplet: F5, BE and D3. RGB value is (245,190,211). Sum of RGB (Red+Green+Blue) = 245+190+211=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED3 is #0A412C. Grayscale: #D0D0D0. Windows color (decimal): -672045 or 13876981. OLE color: 13876981.

HSL color Cylindrical-coordinate representation of color #F5BED3: hue angle of 337.09º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BED3 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB245190211-
CMYK00.220.140.04
HSL337.09º73.33%85.29%-
HSV(B)337.09º22.45%96.08%-
XYZ67.8360.9469.82-
YUV208.84129.22153.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=37.93%
G=29.41%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519021100.220.140.04337.0973.3385.29
HexF5BED3016E41514955
Octal365276323026164521111125
Binary111101011011111011010011010110111010010101000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BED3; }

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

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

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

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

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

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

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

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