Html Css Color HEX #F2E495 Picasso

📋 copy color: '#F2E495'

red 242 ◦ green 228 ◦ blue 149

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

Shades of Picasso #F2E495

Tints of Picasso #F2E495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.83%

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

R = 39.1%
G = 36.83%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2E495 (or 0xF2E495) is known color: Picasso. HEX triplet: F2, E4 and 95. RGB value is (242,228,149). Sum of RGB (Red+Green+Blue) = 242+228+149=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E495 is #0D1B6A. Grayscale: #DFDFDF. Windows color (decimal): -858987 or 9823474. OLE color: 9823474.

HSL color Cylindrical-coordinate representation of color #F2E495: hue angle of 50.97º 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 #F2E495 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 228 149 -
CMYK 0 0.06 0.38 0.05
HSL 50.97º 0.78% 0.77% -
HSV(B) 50.97º 0.38% 0.95% -
XYZ 69.79 76.53 39.53 -
YUV 223.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 242 228 149 0 0.06 0.38 0.05 50.97 0.78 0.77
Hex F2 E4 95 0 6 26 5 33 4E 4D
Octal 362 344 225 0 6 46 5 63 116 115
Binary 11110010 11100100 10010101 0 110 100110 101 110011 1001110 1001101

Color Harmonies of #F2E495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E495

Black with #F2E495

Text Example


Text Example

White with #F2E495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E495; }

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

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

background-color css

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

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

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

border-color css

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

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

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