Html Css Color HEX #F2EBA1 Portafino

📋 copy color: '#F2EBA1'

red 242 ◦ green 235 ◦ blue 161

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

Shades of Portafino #F2EBA1

Tints of Portafino #F2EBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 161 (63.28% from 255) = 25.24%

R = 37.93%
G = 36.83%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2EBA1 (or 0xF2EBA1) is known color: Portafino. HEX triplet: F2, EB and A1. RGB value is (242,235,161). Sum of RGB (Red+Green+Blue) = 242+235+161=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBA1 is #0D145E. Grayscale: #E4E4E4. Windows color (decimal): -857183 or 10611698. OLE color: 10611698.

HSL color Cylindrical-coordinate representation of color #F2EBA1: hue angle of 54.81º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2EBA1 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 161 -
CMYK 0 0.03 0.33 0.05
HSL 54.81º 0.76% 0.79% -
HSV(B) 54.81º 0.33% 0.95% -
XYZ 72.76 80.87 45.49 -
YUV 228.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 242 235 161 0 0.03 0.33 0.05 54.81 0.76 0.79
Hex F2 EB A1 0 3 21 5 37 4C 4F
Octal 362 353 241 0 3 41 5 67 114 117
Binary 11110010 11101011 10100001 0 11 100001 101 110111 1001100 1001111

Color Harmonies of #F2EBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBA1

Black with #F2EBA1

Text Example


Text Example

White with #F2EBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBA1; }

 p { color: rgb(242,235,161); }

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

background-color css

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

 a { background-color: rgb(242,235,161); }

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

border-color css

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

 span { border-color: rgb(242,235,161); }

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