Html Css Color HEX #FDF0C4 Oasis

📋 copy color: '#FDF0C4'

red 253 ◦ green 240 ◦ blue 196

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

Shades of Oasis #FDF0C4

Tints of Oasis #FDF0C4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.83%

 BLUE value IS 196 (76.95% from 255) = 28.45%

R = 36.72%
G = 34.83%
B = 28.45%

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

#FDF0C4 (or 0xFDF0C4) is known color: Oasis. HEX triplet: FD, F0 and C4. RGB value is (253,240,196). Sum of RGB (Red+Green+Blue) = 253+240+196=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 196 (76.95% from 255 or 28.45% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0C4 is #020F3B. Grayscale: #EFEFEF. Windows color (decimal): -134972 or 12906749. OLE color: 12906749.

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

Color convert

RGB 253 240 196 -
CMYK 0 0.05 0.23 0.01
HSL 46.32º 0.93% 0.88% -
HSV(B) 46.32º 0.23% 0.99% -
XYZ 81.63 87.19 64.75 -
YUV 238.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 253 240 196 0 0.05 0.23 0.01 46.32 0.93 0.88
Hex FD F0 C4 0 5 17 1 2E 5D 58
Octal 375 360 304 0 5 27 1 56 135 130
Binary 11111101 11110000 11000100 0 101 10111 1 101110 1011101 1011000

Color Harmonies of #FDF0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0C4

Black with #FDF0C4

Text Example


Text Example

White with #FDF0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0C4; }

 p { color: rgb(253,240,196); }

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

background-color css

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

 a { background-color: rgb(253,240,196); }

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

border-color css

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

 span { border-color: rgb(253,240,196); }

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