#F8BCD3

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

Shades of Cotton Candy #F8BCD3

Tints of Cotton Candy #F8BCD3

Color information

#F8BCD3 (or 0xF8BCD3) is unknown color: approx Cotton Candy. HEX triplet: F8, BC and D3. RGB value is (248,188,211). Sum of RGB (Red+Green+Blue) = 248+188+211=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD3 is #07432C. Grayscale: #D0D0D0. Windows color (decimal): -475949 or 13876472. OLE color: 13876472.

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

Color convert

RGB248188211-
CMYK00.240.150.03
HSL337º81.08%85.49%-
HSV(B)337º24.19%97.25%-
XYZ68.4560.6369.72-
YUV208.56129.38156.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 211 (82.81% from 255) = 32.61%
R=38.33%
G=29.06%
B=32.61%

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
Decimal24818821100.240.150.0333781.0885.49
HexF8BCD3018F31515155
Octal370274323030173521121125
Binary11111000101111001101001101100011111110101000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BCD3; }

 p { color: rgb(248,188,211); }

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

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

 a { background-color: rgb(248,188,211); }

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

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

 span { border-color: rgb(248,188,211); }

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