Html Css Color HEX #FCEFC5 Oasis

📋 copy color: '#FCEFC5'

red 252 ◦ green 239 ◦ blue 197

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

Shades of Oasis #FCEFC5

Tints of Oasis #FCEFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.63%

R = 36.63%
G = 34.74%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCEFC5 (or 0xFCEFC5) is known color: Oasis. HEX triplet: FC, EF and C5. RGB value is (252,239,197). Sum of RGB (Red+Green+Blue) = 252+239+197=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC5 is #03103A. Grayscale: #EEEEEE. Windows color (decimal): -200763 or 12972028. OLE color: 12972028.

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

Color convert

RGB 252 239 197 -
CMYK 0 0.05 0.22 0.01
HSL 45.82º 0.9% 0.88% -
HSV(B) 45.82º 0.22% 0.99% -
XYZ 81.09 86.46 65.24 -
YUV 238.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 252 239 197 0 0.05 0.22 0.01 45.82 0.9 0.88
Hex FC EF C5 0 5 16 1 2E 5A 58
Octal 374 357 305 0 5 26 1 56 132 130
Binary 11111100 11101111 11000101 0 101 10110 1 101110 1011010 1011000

Color Harmonies of #FCEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFC5

Black with #FCEFC5

Text Example


Text Example

White with #FCEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFC5; }

 p { color: rgb(252,239,197); }

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

background-color css

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

 a { background-color: rgb(252,239,197); }

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

border-color css

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

 span { border-color: rgb(252,239,197); }

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