#F0D6CA

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

Shades of Bizarre #F0D6CA

Tints of Bizarre #F0D6CA

Color information

#F0D6CA (or 0xF0D6CA) is unknown color: approx Bizarre. HEX triplet: F0, D6 and CA. RGB value is (240,214,202). Sum of RGB (Red+Green+Blue) = 240+214+202=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6CA is #0F2935. Grayscale: #DCDCDC. Windows color (decimal): -993590 or 13293296. OLE color: 13293296.

HSL color Cylindrical-coordinate representation of color #F0D6CA: hue angle of 18.95º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D6CA is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240214202-
CMYK00.110.160.06
HSL18.95º55.88%86.67%-
HSV(B)18.95º15.83%94.12%-
XYZ70.6470.8865.84-
YUV220.41117.61141.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=36.59%
G=32.62%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021420200.110.160.0618.9555.8886.67
HexF0D6CA0B106133857
Octal3603263120132062370127
Binary1111000011010110110010100101110000110100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D6CA; }

 p { color: rgb(240,214,202); }

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

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

 a { background-color: rgb(240,214,202); }

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

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

 span { border-color: rgb(240,214,202); }

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