Html Css Color HEX #F2E79D Picasso

📋 copy color: '#F2E79D'

red 242 ◦ green 231 ◦ blue 157

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

Shades of Picasso #F2E79D

Tints of Picasso #F2E79D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.67%

 BLUE value IS 157 (61.72% from 255) = 24.92%

R = 38.41%
G = 36.67%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2E79D (or 0xF2E79D) is known color: Picasso. HEX triplet: F2, E7 and 9D. RGB value is (242,231,157). Sum of RGB (Red+Green+Blue) = 242+231+157=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E79D is #0D1862. Grayscale: #E2E2E2. Windows color (decimal): -858211 or 10348530. OLE color: 10348530.

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

Color convert

RGB 242 231 157 -
CMYK 0 0.05 0.35 0.05
HSL 52.24º 0.77% 0.78% -
HSV(B) 52.24º 0.35% 0.95% -
XYZ 71.28 78.46 43.29 -
YUV 225.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 242 231 157 0 0.05 0.35 0.05 52.24 0.77 0.78
Hex F2 E7 9D 0 5 23 5 34 4D 4E
Octal 362 347 235 0 5 43 5 64 115 116
Binary 11110010 11100111 10011101 0 101 100011 101 110100 1001101 1001110

Color Harmonies of #F2E79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E79D

Black with #F2E79D

Text Example


Text Example

White with #F2E79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E79D; }

 p { color: rgb(242,231,157); }

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

background-color css

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

 a { background-color: rgb(242,231,157); }

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

border-color css

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

 span { border-color: rgb(242,231,157); }

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