#F5B8CF

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

Shades of Cotton Candy #F5B8CF

Tints of Cotton Candy #F5B8CF

Color information

#F5B8CF (or 0xF5B8CF) is unknown color: approx Cotton Candy. HEX triplet: F5, B8 and CF. RGB value is (245,184,207). Sum of RGB (Red+Green+Blue) = 245+184+207=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 184 (72.27% from 255 or 28.93% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8CF is #0A4730. Grayscale: #CCCCCC. Windows color (decimal): -673585 or 13613301. OLE color: 13613301.

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

Color convert

RGB245184207-
CMYK00.250.160.04
HSL337.38º75.31%84.12%-
HSV(B)337.38º24.9%96.08%-
XYZ66.0658.266.78-
YUV204.86129.21156.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 184 (72.27% from 255) = 28.93%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=38.52%
G=28.93%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518420700.250.160.04337.3875.3184.12
HexF5B8CF0191041514b54
Octal365270317031204521113124
Binary1111010110111000110011110110011000010010101000110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8CF; }

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

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

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

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

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

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

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

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