Html Css Color HEX #FCEDC7 Oasis

📋 copy color: '#FCEDC7'

red 252 ◦ green 237 ◦ blue 199

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

Shades of Oasis #FCEDC7

Tints of Oasis #FCEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 28.92%

R = 36.63%
G = 34.45%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCEDC7 (or 0xFCEDC7) is known color: Oasis. HEX triplet: FC, ED and C7. RGB value is (252,237,199). Sum of RGB (Red+Green+Blue) = 252+237+199=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 199 (78.12% from 255 or 28.92% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC7 is #031238. Grayscale: #EDEDED. Windows color (decimal): -201273 or 13102588. OLE color: 13102588.

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

Color convert

RGB 252 237 199 -
CMYK 0 0.06 0.21 0.01
HSL 43.02º 0.9% 0.88% -
HSV(B) 43.02º 0.21% 0.99% -
XYZ 80.74 85.39 66.26 -
YUV 237.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 252 237 199 0 0.06 0.21 0.01 43.02 0.9 0.88
Hex FC ED C7 0 6 15 1 2B 5A 58
Octal 374 355 307 0 6 25 1 53 132 130
Binary 11111100 11101101 11000111 0 110 10101 1 101011 1011010 1011000

Color Harmonies of #FCEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDC7

Black with #FCEDC7

Text Example


Text Example

White with #FCEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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