#FDF2CA

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

Shades of Oasis #FDF2CA

Tints of Oasis #FDF2CA

Color information

#FDF2CA (or 0xFDF2CA) is unknown color: approx Oasis. HEX triplet: FD, F2 and CA. RGB value is (253,242,202). Sum of RGB (Red+Green+Blue) = 253+242+202=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CA is #020D35. Grayscale: #F0F0F0. Windows color (decimal): -134454 or 13300477. OLE color: 13300477.

HSL color Cylindrical-coordinate representation of color #FDF2CA: hue angle of 47.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF2CA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253242202-
CMYK00.040.200.01
HSL47.06º92.73%89.22%-
HSV(B)47.06º20.16%99.22%-
XYZ82.9288.6568.62-
YUV240.73106.14136.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=36.30%
G=34.72%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324220200.040.200.0147.0692.7389.22
HexFDF2CA041412f5d59
Octal3753623120424157135131
Binary111111011111001011001010010010100110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2CA; }

 p { color: rgb(253,242,202); }

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

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

 a { background-color: rgb(253,242,202); }

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

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

 span { border-color: rgb(253,242,202); }

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