Html Css Color HEX #FCECBF Oasis

📋 copy color: '#FCECBF'

red 252 ◦ green 236 ◦ blue 191

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

Shades of Oasis #FCECBF

Tints of Oasis #FCECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.76%

 BLUE value IS 191 (75% from 255) = 28.13%

R = 37.11%
G = 34.76%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCECBF (or 0xFCECBF) is known color: Oasis. HEX triplet: FC, EC and BF. RGB value is (252,236,191). Sum of RGB (Red+Green+Blue) = 252+236+191=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECBF is #031340. Grayscale: #EBEBEB. Windows color (decimal): -201537 or 12578044. OLE color: 12578044.

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

Color convert

RGB 252 236 191 -
CMYK 0 0.06 0.24 0.01
HSL 44.26º 0.91% 0.87% -
HSV(B) 44.26º 0.24% 0.99% -
XYZ 79.54 84.45 61.4 -
YUV 235.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 252 236 191 0 0.06 0.24 0.01 44.26 0.91 0.87
Hex FC EC BF 0 6 18 1 2C 5B 57
Octal 374 354 277 0 6 30 1 54 133 127
Binary 11111100 11101100 10111111 0 110 11000 1 101100 1011011 1010111

Color Harmonies of #FCECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCECBF

Black with #FCECBF

Text Example


Text Example

White with #FCECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCECBF; }

 p { color: rgb(252,236,191); }

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

background-color css

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

 a { background-color: rgb(252,236,191); }

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

border-color css

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

 span { border-color: rgb(252,236,191); }

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