Html Css Color HEX #F2EFA3 Portafino

📋 copy color: '#F2EFA3'

red 242 ◦ green 239 ◦ blue 163

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

Shades of Portafino #F2EFA3

Tints of Portafino #F2EFA3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.11%

 BLUE value IS 163 (64.06% from 255) = 25.31%

R = 37.58%
G = 37.11%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F2EFA3 (or 0xF2EFA3) is known color: Portafino. HEX triplet: F2, EF and A3. RGB value is (242,239,163). Sum of RGB (Red+Green+Blue) = 242+239+163=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 163 (64.06% from 255 or 25.31% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA3 is #0D105C. Grayscale: #E7E7E7. Windows color (decimal): -856157 or 10743794. OLE color: 10743794.

HSL color Cylindrical-coordinate representation of color #F2EFA3: hue angle of 57.72º degrees, saturation: 0.75, 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 #F2EFA3 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 163 -
CMYK 0 0.01 0.33 0.05
HSL 57.72º 0.75% 0.79% -
HSV(B) 57.72º 0.33% 0.95% -
XYZ 74.1 83.25 46.81 -
YUV 231.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 242 239 163 0 0.01 0.33 0.05 57.72 0.75 0.79
Hex F2 EF A3 0 1 21 5 3A 4B 4F
Octal 362 357 243 0 1 41 5 72 113 117
Binary 11110010 11101111 10100011 0 1 100001 101 111010 1001011 1001111

Color Harmonies of #F2EFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFA3

Black with #F2EFA3

Text Example


Text Example

White with #F2EFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFA3; }

 p { color: rgb(242,239,163); }

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

background-color css

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

 a { background-color: rgb(242,239,163); }

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

border-color css

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

 span { border-color: rgb(242,239,163); }

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