#F8BBD1

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

Shades of Cotton Candy #F8BBD1

Tints of Cotton Candy #F8BBD1

Color information

#F8BBD1 (or 0xF8BBD1) is unknown color: approx Cotton Candy. HEX triplet: F8, BB and D1. RGB value is (248,187,209). Sum of RGB (Red+Green+Blue) = 248+187+209=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD1 is #07442E. Grayscale: #CFCFCF. Windows color (decimal): -476207 or 13745144. OLE color: 13745144.

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

Color convert

RGB248187209-
CMYK00.250.160.03
HSL338.36º81.33%85.29%-
HSV(B)338.36º24.6%97.25%-
XYZ67.9960.168.34-
YUV207.75128.71156.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.51%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=38.51%
G=29.04%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720900.250.160.03338.3681.3385.29
HexF8BBD10191031525155
Octal370273321031203522121125
Binary111110001011101111010001011001100001110101001010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBD1; }

 p { color: rgb(248,187,209); }

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

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

 a { background-color: rgb(248,187,209); }

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

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

 span { border-color: rgb(248,187,209); }

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