#F8BDD2

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

Shades of Cotton Candy #F8BDD2

Tints of Cotton Candy #F8BDD2

Color information

#F8BDD2 (or 0xF8BDD2) is unknown color: approx Cotton Candy. HEX triplet: F8, BD and D2. RGB value is (248,189,210). Sum of RGB (Red+Green+Blue) = 248+189+210=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD2 is #07422D. Grayscale: #D1D1D1. Windows color (decimal): -475694 or 13811192. OLE color: 13811192.

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

Color convert

RGB248189210-
CMYK00.240.150.03
HSL338.64º80.82%85.69%-
HSV(B)338.64º23.79%97.25%-
XYZ68.546169.14-
YUV209.04128.55155.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=38.33%
G=29.21%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818921000.240.150.03338.6480.8285.69
HexF8BDD2018F31535156
Octal370275322030173523121126
Binary11111000101111011101001001100011111110101001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDD2; }

 p { color: rgb(248,189,210); }

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

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

 a { background-color: rgb(248,189,210); }

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

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

 span { border-color: rgb(248,189,210); }

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