Html Css Color HEX #FCEFC3 Oasis

📋 copy color: '#FCEFC3'

red 252 ◦ green 239 ◦ blue 195

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

Shades of Oasis #FCEFC3

Tints of Oasis #FCEFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.43%

R = 36.73%
G = 34.84%
B = 28.43%

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

#FCEFC3 (or 0xFCEFC3) is known color: Oasis. HEX triplet: FC, EF and C3. RGB value is (252,239,195). Sum of RGB (Red+Green+Blue) = 252+239+195=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC3 is #03103C. Grayscale: #EEEEEE. Windows color (decimal): -200765 or 12840956. OLE color: 12840956.

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

Color convert

RGB 252 239 195 -
CMYK 0 0.05 0.23 0.01
HSL 46.32º 0.9% 0.88% -
HSV(B) 46.32º 0.23% 0.99% -
XYZ 80.86 86.37 64.04 -
YUV 237.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 252 239 195 0 0.05 0.23 0.01 46.32 0.9 0.88
Hex FC EF C3 0 5 17 1 2E 5A 58
Octal 374 357 303 0 5 27 1 56 132 130
Binary 11111100 11101111 11000011 0 101 10111 1 101110 1011010 1011000

Color Harmonies of #FCEFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFC3

Black with #FCEFC3

Text Example


Text Example

White with #FCEFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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