#FDF1CB

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

Shades of Oasis #FDF1CB

Tints of Oasis #FDF1CB

Color information

#FDF1CB (or 0xFDF1CB) is unknown color: approx Oasis. HEX triplet: FD, F1 and CB. RGB value is (253,241,203). Sum of RGB (Red+Green+Blue) = 253+241+203=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1CB is #020E34. Grayscale: #F0F0F0. Windows color (decimal): -134709 or 13365757. OLE color: 13365757.

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

Color convert

RGB253241203-
CMYK00.050.200.01
HSL45.6º92.59%89.41%-
HSV(B)45.6º19.76%99.22%-
XYZ82.7488.1169.14-
YUV240.26106.98137.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 203 (79.69% from 255) = 29.12%
R=36.30%
G=34.58%
B=29.12%

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
Decimal25324120300.050.200.0145.692.5989.41
HexFDF1CB051412e5d59
Octal3753613130524156135131
Binary111111011111000111001011010110100110111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1CB; }

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

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

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

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

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

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

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

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