Html Css Color HEX #F5FCF1 Panache

📋 copy color: '#F5FCF1'

red 245 ◦ green 252 ◦ blue 241

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

Shades of Panache #F5FCF1

Tints of Panache #F5FCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.15%

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

R = 33.2%
G = 34.15%
B = 32.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#F5FCF1 (or 0xF5FCF1) is known color: Panache. HEX triplet: F5, FC and F1. RGB value is (245,252,241). Sum of RGB (Red+Green+Blue) = 245+252+241=738 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.20% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 241 (94.53% from 255 or 32.66% from 738); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCF1 is #0A030E. Grayscale: #F8F8F8. Windows color (decimal): -656143 or 15858933. OLE color: 15858933.

HSL color Cylindrical-coordinate representation of color #F5FCF1: hue angle of 98.18º degrees, saturation: 0.65, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FCF1 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 252 241 -
CMYK 0.03 0 0.04 0.01
HSL 98.18º 0.65% 0.97% -
HSV(B) 98.18º 0.04% 0.99% -
XYZ 88.34 95.38 96.97 -
YUV 248.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 245 252 241 0.03 0 0.04 0.01 98.18 0.65 0.97
Hex F5 FC F1 3 0 4 1 62 41 61
Octal 365 374 361 3 0 4 1 142 101 141
Binary 11110101 11111100 11110001 11 0 100 1 1100010 1000001 1100001

Color Harmonies of #F5FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCF1

Black with #F5FCF1

Text Example


Text Example

White with #F5FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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