Html Css Color HEX #FFEFCA Oasis

📋 copy color: '#FFEFCA'

red 255 ◦ green 239 ◦ blue 202

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

Shades of Oasis #FFEFCA

Tints of Oasis #FFEFCA

RGB

 RED value IS 255 (100% from 255) = 36.64%

 GREEN value IS 239 (93.75% from 255) = 34.34%

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

R = 36.64%
G = 34.34%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFEFCA (or 0xFFEFCA) is known color: Oasis. HEX triplet: FF, EF and CA. RGB value is (255,239,202). Sum of RGB (Red+Green+Blue) = 255+239+202=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFCA is #001035. Grayscale: #EFEFEF. Windows color (decimal): -4150 or 13299711. OLE color: 13299711.

HSL color Cylindrical-coordinate representation of color #FFEFCA: hue angle of 41.89º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFEFCA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 239 202 -
CMYK 0 0.06 0.21 0
HSL 41.89º 1% 0.9% -
HSV(B) 41.89º 0.21% 1% -
XYZ 82.77 87.26 68.36 -
YUV 239.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 255 239 202 0 0.06 0.21 0 41.89 1 0.9
Hex FF EF CA 0 6 15 0 2A 64 5A
Octal 377 357 312 0 6 25 0 52 144 132
Binary 11111111 11101111 11001010 0 110 10101 0 101010 1100100 1011010

Color Harmonies of #FFEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFCA

Black with #FFEFCA

Text Example


Text Example

White with #FFEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFCA; }

 p { color: rgb(255,239,202); }

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

background-color css

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

 a { background-color: rgb(255,239,202); }

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

border-color css

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

 span { border-color: rgb(255,239,202); }

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