Html Css Color HEX #FCEDBB Oasis

📋 copy color: '#FCEDBB'

red 252 ◦ green 237 ◦ blue 187

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

Shades of Oasis #FCEDBB

Tints of Oasis #FCEDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.66%

R = 37.28%
G = 35.06%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCEDBB (or 0xFCEDBB) is known color: Oasis. HEX triplet: FC, ED and BB. RGB value is (252,237,187). Sum of RGB (Red+Green+Blue) = 252+237+187=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBB is #031244. Grayscale: #EBEBEB. Windows color (decimal): -201285 or 12316156. OLE color: 12316156.

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

Color convert

RGB 252 237 187 -
CMYK 0 0.06 0.26 0.01
HSL 46.15º 0.92% 0.86% -
HSV(B) 46.15º 0.26% 0.99% -
XYZ 79.4 84.85 59.21 -
YUV 235.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 252 237 187 0 0.06 0.26 0.01 46.15 0.92 0.86
Hex FC ED BB 0 6 1A 1 2E 5C 56
Octal 374 355 273 0 6 32 1 56 134 126
Binary 11111100 11101101 10111011 0 110 11010 1 101110 1011100 1010110

Color Harmonies of #FCEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEDBB

Black with #FCEDBB

Text Example


Text Example

White with #FCEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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