Html Css Color HEX #F2E79B Picasso

📋 copy color: '#F2E79B'

red 242 ◦ green 231 ◦ blue 155

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

Shades of Picasso #F2E79B

Tints of Picasso #F2E79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.68%

R = 38.54%
G = 36.78%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2E79B (or 0xF2E79B) is known color: Picasso. HEX triplet: F2, E7 and 9B. RGB value is (242,231,155). Sum of RGB (Red+Green+Blue) = 242+231+155=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E79B is #0D1864. Grayscale: #E1E1E1. Windows color (decimal): -858213 or 10217458. OLE color: 10217458.

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

Color convert

RGB 242 231 155 -
CMYK 0 0.05 0.36 0.05
HSL 52.41º 0.77% 0.78% -
HSV(B) 52.41º 0.36% 0.95% -
XYZ 71.11 78.4 42.39 -
YUV 225.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 242 231 155 0 0.05 0.36 0.05 52.41 0.77 0.78
Hex F2 E7 9B 0 5 24 5 34 4D 4E
Octal 362 347 233 0 5 44 5 64 115 116
Binary 11110010 11100111 10011011 0 101 100100 101 110100 1001101 1001110

Color Harmonies of #F2E79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E79B

Black with #F2E79B

Text Example


Text Example

White with #F2E79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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