Html Css Color HEX #F3FAE0 Saltpan

📋 copy color: '#F3FAE0'

red 243 ◦ green 250 ◦ blue 224

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

Shades of Saltpan #F3FAE0

Tints of Saltpan #F3FAE0

RGB

 RED value IS 243 (95.31% from 255) = 33.89%

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

 BLUE value IS 224 (87.89% from 255) = 31.24%

R = 33.89%
G = 34.87%
B = 31.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F3FAE0 (or 0xF3FAE0) is known color: Saltpan. HEX triplet: F3, FA and E0. RGB value is (243,250,224). Sum of RGB (Red+Green+Blue) = 243+250+224=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FAE0 is #0C051F. Grayscale: #F5F5F5. Windows color (decimal): -787744 or 14744307. OLE color: 14744307.

HSL color Cylindrical-coordinate representation of color #F3FAE0: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3FAE0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 250 224 -
CMYK 0.03 0 0.10 0.02
HSL 76.15º 0.72% 0.93% -
HSV(B) 76.15º 0.1% 0.98% -
XYZ 84.6 92.81 83.98 -
YUV 244.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 243 250 224 0.03 0 0.10 0.02 76.15 0.72 0.93
Hex F3 FA E0 3 0 A 2 4C 48 5D
Octal 363 372 340 3 0 12 2 114 110 135
Binary 11110011 11111010 11100000 11 0 1010 10 1001100 1001000 1011101

Color Harmonies of #F3FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3FAE0

Black with #F3FAE0

Text Example


Text Example

White with #F3FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3FAE0; }

 p { color: rgb(243,250,224); }

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

background-color css

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

 a { background-color: rgb(243,250,224); }

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

border-color css

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

 span { border-color: rgb(243,250,224); }

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