Html Css Color HEX #FCEEBD Oasis

📋 copy color: '#FCEEBD'

red 252 ◦ green 238 ◦ blue 189

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

Shades of Oasis #FCEEBD

Tints of Oasis #FCEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.05%

 BLUE value IS 189 (74.22% from 255) = 27.84%

R = 37.11%
G = 35.05%
B = 27.84%

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

#FCEEBD (or 0xFCEEBD) is known color: Oasis. HEX triplet: FC, EE and BD. RGB value is (252,238,189). Sum of RGB (Red+Green+Blue) = 252+238+189=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBD is #031142. Grayscale: #ECECEC. Windows color (decimal): -201027 or 12447484. OLE color: 12447484.

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

Color convert

RGB 252 238 189 -
CMYK 0 0.06 0.25 0.01
HSL 46.67º 0.91% 0.86% -
HSV(B) 46.67º 0.25% 0.99% -
XYZ 79.9 85.52 60.44 -
YUV 236.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 252 238 189 0 0.06 0.25 0.01 46.67 0.91 0.86
Hex FC EE BD 0 6 19 1 2F 5B 56
Octal 374 356 275 0 6 31 1 57 133 126
Binary 11111100 11101110 10111101 0 110 11001 1 101111 1011011 1010110

Color Harmonies of #FCEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEEBD

Black with #FCEEBD

Text Example


Text Example

White with #FCEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEEBD; }

 p { color: rgb(252,238,189); }

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

background-color css

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

 a { background-color: rgb(252,238,189); }

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

border-color css

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

 span { border-color: rgb(252,238,189); }

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