Html Css Color HEX #FDEBBE Oasis

📋 copy color: '#FDEBBE'

red 253 ◦ green 235 ◦ blue 190

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

Shades of Oasis #FDEBBE

Tints of Oasis #FDEBBE

RGB

 RED value IS 253 (99.22% from 255) = 37.32%

 GREEN value IS 235 (92.19% from 255) = 34.66%

 BLUE value IS 190 (74.61% from 255) = 28.02%

R = 37.32%
G = 34.66%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDEBBE (or 0xFDEBBE) is known color: Oasis. HEX triplet: FD, EB and BE. RGB value is (253,235,190). Sum of RGB (Red+Green+Blue) = 253+235+190=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBBE is #021441. Grayscale: #EBEBEB. Windows color (decimal): -136258 or 12512253. OLE color: 12512253.

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

Color convert

RGB 253 235 190 -
CMYK 0 0.07 0.25 0.01
HSL 42.86º 0.94% 0.87% -
HSV(B) 42.86º 0.25% 0.99% -
XYZ 79.51 84.02 60.74 -
YUV 235.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 253 235 190 0 0.07 0.25 0.01 42.86 0.94 0.87
Hex FD EB BE 0 7 19 1 2B 5E 57
Octal 375 353 276 0 7 31 1 53 136 127
Binary 11111101 11101011 10111110 0 111 11001 1 101011 1011110 1010111

Color Harmonies of #FDEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBBE

Black with #FDEBBE

Text Example


Text Example

White with #FDEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBBE; }

 p { color: rgb(253,235,190); }

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

background-color css

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

 a { background-color: rgb(253,235,190); }

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

border-color css

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

 span { border-color: rgb(253,235,190); }

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