Html Css Color HEX #FFF0CB Oasis

📋 copy color: '#FFF0CB'

red 255 ◦ green 240 ◦ blue 203

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

Shades of Oasis #FFF0CB

Tints of Oasis #FFF0CB

RGB

 RED value IS 255 (100% from 255) = 36.53%

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

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

R = 36.53%
G = 34.38%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFF0CB (or 0xFFF0CB) is known color: Oasis. HEX triplet: FF, F0 and CB. RGB value is (255,240,203). Sum of RGB (Red+Green+Blue) = 255+240+203=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CB is #000F34. Grayscale: #F0F0F0. Windows color (decimal): -3893 or 13365503. OLE color: 13365503.

HSL color Cylindrical-coordinate representation of color #FFF0CB: hue angle of 42.69º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF0CB is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 203 -
CMYK 0 0.06 0.20 0
HSL 42.69º 1% 0.9% -
HSV(B) 42.69º 0.2% 1% -
XYZ 83.18 87.89 69.08 -
YUV 240.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 255 240 203 0 0.06 0.20 0 42.69 1 0.9
Hex FF F0 CB 0 6 14 0 2B 64 5A
Octal 377 360 313 0 6 24 0 53 144 132
Binary 11111111 11110000 11001011 0 110 10100 0 101011 1100100 1011010

Color Harmonies of #FFF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0CB

Black with #FFF0CB

Text Example


Text Example

White with #FFF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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