Html Css Color HEX #FCEDC8 Oasis

📋 copy color: '#FCEDC8'

red 252 ◦ green 237 ◦ blue 200

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

Shades of Oasis #FCEDC8

Tints of Oasis #FCEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.03%

R = 36.57%
G = 34.4%
B = 29.03%

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

#FCEDC8 (or 0xFCEDC8) is known color: Oasis. HEX triplet: FC, ED and C8. RGB value is (252,237,200). Sum of RGB (Red+Green+Blue) = 252+237+200=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDC8 is #031237. Grayscale: #EDEDED. Windows color (decimal): -201272 or 13168124. OLE color: 13168124.

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

Color convert

RGB 252 237 200 -
CMYK 0 0.06 0.21 0.01
HSL 42.69º 0.9% 0.89% -
HSV(B) 42.69º 0.21% 0.99% -
XYZ 80.85 85.43 66.87 -
YUV 237.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 252 237 200 0 0.06 0.21 0.01 42.69 0.9 0.89
Hex FC ED C8 0 6 15 1 2B 5A 59
Octal 374 355 310 0 6 25 1 53 132 131
Binary 11111100 11101101 11001000 0 110 10101 1 101011 1011010 1011001

Color Harmonies of #FCEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDC8

Black with #FCEDC8

Text Example


Text Example

White with #FCEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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