#F5B8D2

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

Shades of Cotton Candy #F5B8D2

Tints of Cotton Candy #F5B8D2

Color information

#F5B8D2 (or 0xF5B8D2) is unknown color: approx Cotton Candy. HEX triplet: F5, B8 and D2. RGB value is (245,184,210). Sum of RGB (Red+Green+Blue) = 245+184+210=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8D2 is #0A472D. Grayscale: #CDCDCD. Windows color (decimal): -673582 or 13809909. OLE color: 13809909.

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

Color convert

RGB245184210-
CMYK00.250.140.04
HSL334.43º75.31%84.12%-
HSV(B)334.43º24.9%96.08%-
XYZ66.4358.3568.73-
YUV205.2130.71156.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 184 (72.27% from 255) = 28.79%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=38.34%
G=28.79%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518421000.250.140.04334.4375.3184.12
HexF5B8D2019E414e4b54
Octal365270322031164516113124
Binary111101011011100011010010011001111010010100111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8D2; }

 p { color: rgb(245,184,210); }

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

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

 a { background-color: rgb(245,184,210); }

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

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

 span { border-color: rgb(245,184,210); }

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