#F5B8D8

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

Shades of Cotton Candy #F5B8D8

Tints of Cotton Candy #F5B8D8

Color information

#F5B8D8 (or 0xF5B8D8) is unknown color: approx Cotton Candy. HEX triplet: F5, B8 and D8. RGB value is (245,184,216). Sum of RGB (Red+Green+Blue) = 245+184+216=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8D8 is #0A4727. Grayscale: #CDCDCD. Windows color (decimal): -673576 or 14203125. OLE color: 14203125.

HSL color Cylindrical-coordinate representation of color #F5B8D8: hue angle of 328.52º 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 #F5B8D8 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB245184216-
CMYK00.250.120.04
HSL328.52º75.31%84.12%-
HSV(B)328.52º24.9%96.08%-
XYZ67.1958.6572.75-
YUV205.89133.71155.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 184 (72.27% from 255) = 28.53%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=37.98%
G=28.53%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518421600.250.120.04328.5275.3184.12
HexF5B8D8019C41494b54
Octal365270330031144511113124
Binary111101011011100011011000011001110010010100100110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8D8; }

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

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

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

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

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

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

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

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