Html Css Color HEX #FDF0CA Oasis

📋 copy color: '#FDF0CA'

red 253 ◦ green 240 ◦ blue 202

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

Shades of Oasis #FDF0CA

Tints of Oasis #FDF0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.06%

R = 36.4%
G = 34.53%
B = 29.06%

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

#FDF0CA (or 0xFDF0CA) is known color: Oasis. HEX triplet: FD, F0 and CA. RGB value is (253,240,202). Sum of RGB (Red+Green+Blue) = 253+240+202=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CA is #020F35. Grayscale: #EFEFEF. Windows color (decimal): -134966 or 13299965. OLE color: 13299965.

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

Color convert

RGB 253 240 202 -
CMYK 0 0.05 0.20 0.01
HSL 44.71º 0.93% 0.89% -
HSV(B) 44.71º 0.2% 0.99% -
XYZ 82.33 87.47 68.42 -
YUV 239.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 253 240 202 0 0.05 0.20 0.01 44.71 0.93 0.89
Hex FD F0 CA 0 5 14 1 2D 5D 59
Octal 375 360 312 0 5 24 1 55 135 131
Binary 11111101 11110000 11001010 0 101 10100 1 101101 1011101 1011001

Color Harmonies of #FDF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF0CA

Black with #FDF0CA

Text Example


Text Example

White with #FDF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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