Html Css Color HEX #FDEFBB Oasis

📋 copy color: '#FDEFBB'

red 253 ◦ green 239 ◦ blue 187

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

Shades of Oasis #FDEFBB

Tints of Oasis #FDEFBB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.2%

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

R = 37.26%
G = 35.2%
B = 27.54%

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

#FDEFBB (or 0xFDEFBB) is known color: Oasis. HEX triplet: FD, EF and BB. RGB value is (253,239,187). Sum of RGB (Red+Green+Blue) = 253+239+187=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFBB is #021044. Grayscale: #EDEDED. Windows color (decimal): -135237 or 12316669. OLE color: 12316669.

HSL color Cylindrical-coordinate representation of color #FDEFBB: hue angle of 47.27º degrees, saturation: 0.94, 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 #FDEFBB is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 187 -
CMYK 0 0.06 0.26 0.01
HSL 47.27º 0.94% 0.86% -
HSV(B) 47.27º 0.26% 0.99% -
XYZ 80.34 86.2 59.42 -
YUV 237.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 253 239 187 0 0.06 0.26 0.01 47.27 0.94 0.86
Hex FD EF BB 0 6 1A 1 2F 5E 56
Octal 375 357 273 0 6 32 1 57 136 126
Binary 11111101 11101111 10111011 0 110 11010 1 101111 1011110 1010110

Color Harmonies of #FDEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEFBB

Black with #FDEFBB

Text Example


Text Example

White with #FDEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEFBB; }

 p { color: rgb(253,239,187); }

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

background-color css

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

 a { background-color: rgb(253,239,187); }

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

border-color css

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

 span { border-color: rgb(253,239,187); }

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