#F8B7D0

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

Shades of Cotton Candy #F8B7D0

Tints of Cotton Candy #F8B7D0

Color information

#F8B7D0 (or 0xF8B7D0) is unknown color: approx Cotton Candy. HEX triplet: F8, B7 and D0. RGB value is (248,183,208). Sum of RGB (Red+Green+Blue) = 248+183+208=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7D0 is #07482F. Grayscale: #CDCDCD. Windows color (decimal): -477232 or 13678584. OLE color: 13678584.

HSL color Cylindrical-coordinate representation of color #F8B7D0: hue angle of 336.92º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7D0 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248183208-
CMYK00.260.160.03
HSL336.92º82.28%84.51%-
HSV(B)336.92º26.21%97.25%-
XYZ67.0358.3867.41-
YUV205.28129.53158.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=38.81%
G=28.64%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818320800.260.160.03336.9282.2884.51
HexF8B7D001A1031515255
Octal370267320032203521122125
Binary111110001011011111010000011010100001110101000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B7D0; }

 p { color: rgb(248,183,208); }

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

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

 a { background-color: rgb(248,183,208); }

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

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

 span { border-color: rgb(248,183,208); }

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