Html Css Color HEX #FDF1C2 Oasis

📋 copy color: '#FDF1C2'

red 253 ◦ green 241 ◦ blue 194

#FDF1C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oasis #FDF1C2

Tints of Oasis #FDF1C2

RGB

 RED value IS 253 (99.22% from 255) = 36.77%

 GREEN value IS 241 (94.53% from 255) = 35.03%

 BLUE value IS 194 (76.17% from 255) = 28.2%

R = 36.77%
G = 35.03%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDF1C2 (or 0xFDF1C2) is known color: Oasis. HEX triplet: FD, F1 and C2. RGB value is (253,241,194). Sum of RGB (Red+Green+Blue) = 253+241+194=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1C2 is #020E3D. Grayscale: #EFEFEF. Windows color (decimal): -134718 or 12775933. OLE color: 12775933.

HSL color Cylindrical-coordinate representation of color #FDF1C2: hue angle of 47.8º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDF1C2 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 194 -
CMYK 0 0.05 0.23 0.01
HSL 47.8º 0.94% 0.88% -
HSV(B) 47.8º 0.23% 0.99% -
XYZ 81.7 87.69 63.66 -
YUV 239.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 253 241 194 0 0.05 0.23 0.01 47.8 0.94 0.88
Hex FD F1 C2 0 5 17 1 30 5E 58
Octal 375 361 302 0 5 27 1 60 136 130
Binary 11111101 11110001 11000010 0 101 10111 1 110000 1011110 1011000

Color Harmonies of #FDF1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1C2

Black with #FDF1C2

Text Example


Text Example

White with #FDF1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1C2; }

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

 H1.HeaderClassName
 {
   color: #FDF1C2;
 }
 .AnyTagClassName
 {
   color: #FDF1C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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