Html Css Color HEX #F2EE95 Portafino

📋 copy color: '#F2EE95'

red 242 ◦ green 238 ◦ blue 149

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

Shades of Portafino #F2EE95

Tints of Portafino #F2EE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.69%

R = 38.47%
G = 37.84%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2EE95 (or 0xF2EE95) is known color: Portafino. HEX triplet: F2, EE and 95. RGB value is (242,238,149). Sum of RGB (Red+Green+Blue) = 242+238+149=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE95 is #0D116A. Grayscale: #E5E5E5. Windows color (decimal): -856427 or 9826034. OLE color: 9826034.

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

Color convert

RGB 242 238 149 -
CMYK 0 0.02 0.38 0.05
HSL 57.42º 0.78% 0.77% -
HSV(B) 57.42º 0.38% 0.95% -
XYZ 72.62 82.2 40.47 -
YUV 229.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 242 238 149 0 0.02 0.38 0.05 57.42 0.78 0.77
Hex F2 EE 95 0 2 26 5 39 4E 4D
Octal 362 356 225 0 2 46 5 71 116 115
Binary 11110010 11101110 10010101 0 10 100110 101 111001 1001110 1001101

Color Harmonies of #F2EE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EE95

Black with #F2EE95

Text Example


Text Example

White with #F2EE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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