Html Css Color HEX #FDF0CB Oasis

📋 copy color: '#FDF0CB'

red 253 ◦ green 240 ◦ blue 203

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

Shades of Oasis #FDF0CB

Tints of Oasis #FDF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.48%

 BLUE value IS 203 (79.69% from 255) = 29.17%

R = 36.35%
G = 34.48%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDF0CB (or 0xFDF0CB) is known color: Oasis. HEX triplet: FD, F0 and CB. RGB value is (253,240,203). Sum of RGB (Red+Green+Blue) = 253+240+203=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CB is #020F34. Grayscale: #EFEFEF. Windows color (decimal): -134965 or 13365501. OLE color: 13365501.

HSL color Cylindrical-coordinate representation of color #FDF0CB: hue angle of 44.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF0CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 203 -
CMYK 0 0.05 0.20 0.01
HSL 44.4º 0.93% 0.89% -
HSV(B) 44.4º 0.2% 0.99% -
XYZ 82.45 87.51 69.05 -
YUV 239.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 253 240 203 0 0.05 0.20 0.01 44.4 0.93 0.89
Hex FD F0 CB 0 5 14 1 2C 5D 59
Octal 375 360 313 0 5 24 1 54 135 131
Binary 11111101 11110000 11001011 0 101 10100 1 101100 1011101 1011001

Color Harmonies of #FDF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0CB

Black with #FDF0CB

Text Example


Text Example

White with #FDF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0CB; }

 p { color: rgb(253,240,203); }

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

background-color css

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

 a { background-color: rgb(253,240,203); }

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

border-color css

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

 span { border-color: rgb(253,240,203); }

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