Html Css Color HEX #F0EE98 Portafino

📋 copy color: '#F0EE98'

red 240 ◦ green 238 ◦ blue 152

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

Shades of Portafino #F0EE98

Tints of Portafino #F0EE98

RGB

 RED value IS 240 (94.14% from 255) = 38.1%

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 152 (59.77% from 255) = 24.13%

R = 38.1%
G = 37.78%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0EE98 (or 0xF0EE98) is known color: Portafino. HEX triplet: F0, EE and 98. RGB value is (240,238,152). Sum of RGB (Red+Green+Blue) = 240+238+152=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 152 (59.77% from 255 or 24.13% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE98 is #0F1167. Grayscale: #E5E5E5. Windows color (decimal): -987496 or 10022640. OLE color: 10022640.

HSL color Cylindrical-coordinate representation of color #F0EE98: hue angle of 58.64º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0EE98 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 238 152 -
CMYK 0 0.01 0.37 0.06
HSL 58.64º 0.75% 0.77% -
HSV(B) 58.64º 0.37% 0.94% -
XYZ 72.18 81.94 41.72 -
YUV 228.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 240 238 152 0 0.01 0.37 0.06 58.64 0.75 0.77
Hex F0 EE 98 0 1 25 6 3B 4B 4D
Octal 360 356 230 0 1 45 6 73 113 115
Binary 11110000 11101110 10011000 0 1 100101 110 111011 1001011 1001101

Color Harmonies of #F0EE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE98

Black with #F0EE98

Text Example


Text Example

White with #F0EE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE98; }

 p { color: rgb(240,238,152); }

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

background-color css

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

 a { background-color: rgb(240,238,152); }

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

border-color css

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

 span { border-color: rgb(240,238,152); }

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