#F8BED4

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

Shades of Cotton Candy #F8BED4

Tints of Cotton Candy #F8BED4

Color information

#F8BED4 (or 0xF8BED4) is unknown color: approx Cotton Candy. HEX triplet: F8, BE and D4. RGB value is (248,190,212). Sum of RGB (Red+Green+Blue) = 248+190+212=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BED4 is #07412B. Grayscale: #D1D1D1. Windows color (decimal): -475436 or 13942520. OLE color: 13942520.

HSL color Cylindrical-coordinate representation of color #F8BED4: hue angle of 337.24º 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 #F8BED4 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248190212-
CMYK00.230.150.03
HSL337.24º80.56%85.88%-
HSV(B)337.24º23.39%97.25%-
XYZ69.0161.5470.53-
YUV209.85129.22155.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=38.15%
G=29.23%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819021200.230.150.03337.2480.5685.88
HexF8BED4017F31515156
Octal370276324027173521121126
Binary11111000101111101101010001011111111110101000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BED4; }

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

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

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

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

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

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

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

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