Html Css Color HEX #FDEBC3 Oasis

📋 copy color: '#FDEBC3'

red 253 ◦ green 235 ◦ blue 195

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

Shades of Oasis #FDEBC3

Tints of Oasis #FDEBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 28.55%

R = 37.04%
G = 34.41%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FDEBC3 (or 0xFDEBC3) is known color: Oasis. HEX triplet: FD, EB and C3. RGB value is (253,235,195). Sum of RGB (Red+Green+Blue) = 253+235+195=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC3 is #02143C. Grayscale: #ECECEC. Windows color (decimal): -136253 or 12839933. OLE color: 12839933.

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

Color convert

RGB 253 235 195 -
CMYK 0 0.07 0.23 0.01
HSL 41.38º 0.94% 0.88% -
HSV(B) 41.38º 0.23% 0.99% -
XYZ 80.07 84.24 63.67 -
YUV 235.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 253 235 195 0 0.07 0.23 0.01 41.38 0.94 0.88
Hex FD EB C3 0 7 17 1 29 5E 58
Octal 375 353 303 0 7 27 1 51 136 130
Binary 11111101 11101011 11000011 0 111 10111 1 101001 1011110 1011000

Color Harmonies of #FDEBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEBC3

Black with #FDEBC3

Text Example


Text Example

White with #FDEBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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