#F8BED6

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

Shades of Cotton Candy #F8BED6

Tints of Cotton Candy #F8BED6

Color information

#F8BED6 (or 0xF8BED6) is unknown color: approx Cotton Candy. HEX triplet: F8, BE and D6. RGB value is (248,190,214). Sum of RGB (Red+Green+Blue) = 248+190+214=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED6 is #074129. Grayscale: #D2D2D2. Windows color (decimal): -475434 or 14073592. OLE color: 14073592.

HSL color Cylindrical-coordinate representation of color #F8BED6: hue angle of 335.17º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BED6 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248190214-
CMYK00.230.140.03
HSL335.17º80.56%85.88%-
HSV(B)335.17º23.39%97.25%-
XYZ69.2661.6471.87-
YUV210.08130.22155.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=38.04%
G=29.14%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819021400.230.140.03335.1780.5685.88
HexF8BED6017E314f5156
Octal370276326027163517121126
Binary11111000101111101101011001011111101110100111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BED6; }

 p { color: rgb(248,190,214); }

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

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

 a { background-color: rgb(248,190,214); }

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

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

 span { border-color: rgb(248,190,214); }

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