#F8B7D3

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

Shades of Cotton Candy #F8B7D3

Tints of Cotton Candy #F8B7D3

Color information

#F8B7D3 (or 0xF8B7D3) is unknown color: approx Cotton Candy. HEX triplet: F8, B7 and D3. RGB value is (248,183,211). Sum of RGB (Red+Green+Blue) = 248+183+211=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7D3 is #07482C. Grayscale: #CDCDCD. Windows color (decimal): -477229 or 13875192. OLE color: 13875192.

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

Color convert

RGB248183211-
CMYK00.260.150.03
HSL334.15º82.28%84.51%-
HSV(B)334.15º26.21%97.25%-
XYZ67.458.5369.37-
YUV205.63131.03158.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 183 (71.88% from 255) = 28.50%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=38.63%
G=28.50%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818321100.260.150.03334.1582.2884.51
HexF8B7D301AF314e5255
Octal370267323032173516122125
Binary11111000101101111101001101101011111110100111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B7D3; }

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

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

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

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

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

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

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

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