Html Css Color HEX #F1F2D5 Hint Of Yellow

📋 copy color: '#F1F2D5'

red 241 ◦ green 242 ◦ blue 213

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

Shades of Hint Of Yellow #F1F2D5

Tints of Hint Of Yellow #F1F2D5

RGB

 RED value IS 241 (94.53% from 255) = 34.63%

 GREEN value IS 242 (94.92% from 255) = 34.77%

 BLUE value IS 213 (83.59% from 255) = 30.6%

R = 34.63%
G = 34.77%
B = 30.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1F2D5 (or 0xF1F2D5) is known color: Hint Of Yellow. HEX triplet: F1, F2 and D5. RGB value is (241,242,213). Sum of RGB (Red+Green+Blue) = 241+242+213=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2D5 is #0E0D2A. Grayscale: #EEEEEE. Windows color (decimal): -920875 or 14021361. OLE color: 14021361.

HSL color Cylindrical-coordinate representation of color #F1F2D5: hue angle of 62.07º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1F2D5 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 242 213 -
CMYK 0.00 0 0.12 0.05
HSL 62.07º 0.53% 0.89% -
HSV(B) 62.07º 0.12% 0.95% -
XYZ 80.04 87.01 75.53 -
YUV 238.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 241 242 213 0.00 0 0.12 0.05 62.07 0.53 0.89
Hex F1 F2 D5 0 0 C 5 3E 35 59
Octal 361 362 325 0 0 14 5 76 65 131
Binary 11110001 11110010 11010101 0 0 1100 101 111110 110101 1011001

Color Harmonies of #F1F2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F2D5

Black with #F1F2D5

Text Example


Text Example

White with #F1F2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F2D5; }

 p { color: rgb(241,242,213); }

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

background-color css

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

 a { background-color: rgb(241,242,213); }

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

border-color css

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

 span { border-color: rgb(241,242,213); }

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