Html Css Color HEX #FEF0CA Oasis

📋 copy color: '#FEF0CA'

red 254 ◦ green 240 ◦ blue 202

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

Shades of Oasis #FEF0CA

Tints of Oasis #FEF0CA

RGB

 RED value IS 254 (99.61% from 255) = 36.49%

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

 BLUE value IS 202 (79.3% from 255) = 29.02%

R = 36.49%
G = 34.48%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEF0CA (or 0xFEF0CA) is known color: Oasis. HEX triplet: FE, F0 and CA. RGB value is (254,240,202). Sum of RGB (Red+Green+Blue) = 254+240+202=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0CA is #010F35. Grayscale: #F0F0F0. Windows color (decimal): -69430 or 13299966. OLE color: 13299966.

HSL color Cylindrical-coordinate representation of color #FEF0CA: hue angle of 43.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF0CA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 202 -
CMYK 0 0.06 0.20 0.00
HSL 43.85º 0.96% 0.89% -
HSV(B) 43.85º 0.2% 1% -
XYZ 82.69 87.66 68.44 -
YUV 239.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 254 240 202 0 0.06 0.20 0.00 43.85 0.96 0.89
Hex FE F0 CA 0 6 14 0 2C 60 59
Octal 376 360 312 0 6 24 0 54 140 131
Binary 11111110 11110000 11001010 0 110 10100 0 101100 1100000 1011001

Color Harmonies of #FEF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0CA

Black with #FEF0CA

Text Example


Text Example

White with #FEF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0CA; }

 p { color: rgb(254,240,202); }

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

background-color css

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

 a { background-color: rgb(254,240,202); }

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

border-color css

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

 span { border-color: rgb(254,240,202); }

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