Html Css Color HEX #F1FCDA Saltpan

📋 copy color: '#F1FCDA'

red 241 ◦ green 252 ◦ blue 218

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

Shades of Saltpan #F1FCDA

Tints of Saltpan #F1FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.66%

R = 33.9%
G = 35.44%
B = 30.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F1FCDA (or 0xF1FCDA) is known color: Saltpan. HEX triplet: F1, FC and DA. RGB value is (241,252,218). Sum of RGB (Red+Green+Blue) = 241+252+218=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCDA is #0E0325. Grayscale: #F4F4F4. Windows color (decimal): -918310 or 14351601. OLE color: 14351601.

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

Color convert

RGB 241 252 218 -
CMYK 0.04 0 0.13 0.01
HSL 79.41º 0.85% 0.92% -
HSV(B) 79.41º 0.13% 0.99% -
XYZ 83.74 93.38 79.94 -
YUV 244.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 241 252 218 0.04 0 0.13 0.01 79.41 0.85 0.92
Hex F1 FC DA 4 0 D 1 4F 55 5C
Octal 361 374 332 4 0 15 1 117 125 134
Binary 11110001 11111100 11011010 100 0 1101 1 1001111 1010101 1011100

Color Harmonies of #F1FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FCDA

Black with #F1FCDA

Text Example


Text Example

White with #F1FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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