Html Css Color HEX #FCEDC9 Oasis

📋 copy color: '#FCEDC9'

red 252 ◦ green 237 ◦ blue 201

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

Shades of Oasis #FCEDC9

Tints of Oasis #FCEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.13%

R = 36.52%
G = 34.35%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCEDC9 (or 0xFCEDC9) is known color: Oasis. HEX triplet: FC, ED and C9. RGB value is (252,237,201). Sum of RGB (Red+Green+Blue) = 252+237+201=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC9 is #031236. Grayscale: #EDEDED. Windows color (decimal): -201271 or 13233660. OLE color: 13233660.

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

Color convert

RGB 252 237 201 -
CMYK 0 0.06 0.20 0.01
HSL 42.35º 0.89% 0.89% -
HSV(B) 42.35º 0.2% 0.99% -
XYZ 80.97 85.48 67.49 -
YUV 237.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 252 237 201 0 0.06 0.20 0.01 42.35 0.89 0.89
Hex FC ED C9 0 6 14 1 2A 59 59
Octal 374 355 311 0 6 24 1 52 131 131
Binary 11111100 11101101 11001001 0 110 10100 1 101010 1011001 1011001

Color Harmonies of #FCEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDC9

Black with #FCEDC9

Text Example


Text Example

White with #FCEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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