Html Css Color HEX #F5FAF1 Panache

📋 copy color: '#F5FAF1'

red 245 ◦ green 250 ◦ blue 241

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

Shades of Panache #F5FAF1

Tints of Panache #F5FAF1

RGB

 RED value IS 245 (96.09% from 255) = 33.29%

 GREEN value IS 250 (98.05% from 255) = 33.97%

 BLUE value IS 241 (94.53% from 255) = 32.74%

R = 33.29%
G = 33.97%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F5FAF1 (or 0xF5FAF1) is known color: Panache. HEX triplet: F5, FA and F1. RGB value is (245,250,241). Sum of RGB (Red+Green+Blue) = 245+250+241=736 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.29% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAF1 is #0A050E. Grayscale: #F7F7F7. Windows color (decimal): -656655 or 15858421. OLE color: 15858421.

HSL color Cylindrical-coordinate representation of color #F5FAF1: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FAF1 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 250 241 -
CMYK 0.02 0 0.04 0.02
HSL 93.33º 0.47% 0.96% -
HSV(B) 93.33º 0.04% 0.98% -
XYZ 87.72 94.13 96.77 -
YUV 247.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 245 250 241 0.02 0 0.04 0.02 93.33 0.47 0.96
Hex F5 FA F1 2 0 4 2 5D 2F 60
Octal 365 372 361 2 0 4 2 135 57 140
Binary 11110101 11111010 11110001 10 0 100 10 1011101 101111 1100000

Color Harmonies of #F5FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAF1

Black with #F5FAF1

Text Example


Text Example

White with #F5FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAF1; }

 p { color: rgb(245,250,241); }

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

background-color css

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

 a { background-color: rgb(245,250,241); }

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

border-color css

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

 span { border-color: rgb(245,250,241); }

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