Html Css Color HEX #FCEDBE Oasis

📋 copy color: '#FCEDBE'

red 252 ◦ green 237 ◦ blue 190

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

Shades of Oasis #FCEDBE

Tints of Oasis #FCEDBE

RGB

 RED value IS 252 (98.83% from 255) = 37.11%

 GREEN value IS 237 (92.97% from 255) = 34.9%

 BLUE value IS 190 (74.61% from 255) = 27.98%

R = 37.11%
G = 34.9%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCEDBE (or 0xFCEDBE) is known color: Oasis. HEX triplet: FC, ED and BE. RGB value is (252,237,190). Sum of RGB (Red+Green+Blue) = 252+237+190=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBE is #031241. Grayscale: #ECECEC. Windows color (decimal): -201282 or 12512764. OLE color: 12512764.

HSL color Cylindrical-coordinate representation of color #FCEDBE: hue angle of 45.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCEDBE is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 237 190 -
CMYK 0 0.06 0.25 0.01
HSL 45.48º 0.91% 0.87% -
HSV(B) 45.48º 0.25% 0.99% -
XYZ 79.72 84.98 60.92 -
YUV 236.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 252 237 190 0 0.06 0.25 0.01 45.48 0.91 0.87
Hex FC ED BE 0 6 19 1 2D 5B 57
Octal 374 355 276 0 6 31 1 55 133 127
Binary 11111100 11101101 10111110 0 110 11001 1 101101 1011011 1010111

Color Harmonies of #FCEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDBE

Black with #FCEDBE

Text Example


Text Example

White with #FCEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDBE; }

 p { color: rgb(252,237,190); }

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

background-color css

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

 a { background-color: rgb(252,237,190); }

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

border-color css

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

 span { border-color: rgb(252,237,190); }

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