Html Css Color HEX #F2EE98 Portafino

📋 copy color: '#F2EE98'

red 242 ◦ green 238 ◦ blue 152

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

Shades of Portafino #F2EE98

Tints of Portafino #F2EE98

RGB

 RED value IS 242 (94.92% from 255) = 38.29%

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

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

R = 38.29%
G = 37.66%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2EE98 (or 0xF2EE98) is known color: Portafino. HEX triplet: F2, EE and 98. RGB value is (242,238,152). Sum of RGB (Red+Green+Blue) = 242+238+152=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 152 (59.77% from 255 or 24.05% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE98 is #0D1167. Grayscale: #E5E5E5. Windows color (decimal): -856424 or 10022642. OLE color: 10022642.

HSL color Cylindrical-coordinate representation of color #F2EE98: hue angle of 57.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2EE98 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 152 -
CMYK 0 0.02 0.37 0.05
HSL 57.33º 0.78% 0.77% -
HSV(B) 57.33º 0.37% 0.95% -
XYZ 72.86 82.29 41.75 -
YUV 229.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 242 238 152 0 0.02 0.37 0.05 57.33 0.78 0.77
Hex F2 EE 98 0 2 25 5 39 4E 4D
Octal 362 356 230 0 2 45 5 71 116 115
Binary 11110010 11101110 10011000 0 10 100101 101 111001 1001110 1001101

Color Harmonies of #F2EE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE98

Black with #F2EE98

Text Example


Text Example

White with #F2EE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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