#FDF1CA

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

Shades of Oasis #FDF1CA

Tints of Oasis #FDF1CA

Color information

#FDF1CA (or 0xFDF1CA) is unknown color: approx Oasis. HEX triplet: FD, F1 and CA. RGB value is (253,241,202). Sum of RGB (Red+Green+Blue) = 253+241+202=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CA is #020E35. Grayscale: #F0F0F0. Windows color (decimal): -134710 or 13300221. OLE color: 13300221.

HSL color Cylindrical-coordinate representation of color #FDF1CA: hue angle of 45.88º 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 #FDF1CA is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253241202-
CMYK00.050.200.01
HSL45.88º92.73%89.22%-
HSV(B)45.88º20.16%99.22%-
XYZ82.6288.0668.52-
YUV240.14106.48137.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=36.35%
G=34.63%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324120200.050.200.0145.8892.7389.22
HexFDF1CA051412e5d59
Octal3753613120524156135131
Binary111111011111000111001010010110100110111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1CA; }

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

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

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

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

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

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

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

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