Html Css Color HEX #FDECBB Oasis

📋 copy color: '#FDECBB'

red 253 ◦ green 236 ◦ blue 187

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

Shades of Oasis #FDECBB

Tints of Oasis #FDECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.91%

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

R = 37.43%
G = 34.91%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDECBB (or 0xFDECBB) is known color: Oasis. HEX triplet: FD, EC and BB. RGB value is (253,236,187). Sum of RGB (Red+Green+Blue) = 253+236+187=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECBB is #021344. Grayscale: #EBEBEB. Windows color (decimal): -136005 or 12315901. OLE color: 12315901.

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

Color convert

RGB 253 236 187 -
CMYK 0 0.07 0.26 0.01
HSL 44.55º 0.94% 0.86% -
HSV(B) 44.55º 0.26% 0.99% -
XYZ 79.47 84.46 59.13 -
YUV 235.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 253 236 187 0 0.07 0.26 0.01 44.55 0.94 0.86
Hex FD EC BB 0 7 1A 1 2D 5E 56
Octal 375 354 273 0 7 32 1 55 136 126
Binary 11111101 11101100 10111011 0 111 11010 1 101101 1011110 1010110

Color Harmonies of #FDECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECBB

Black with #FDECBB

Text Example


Text Example

White with #FDECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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