Html Css Color HEX #F5FDDF Saltpan

📋 copy color: '#F5FDDF'

red 245 ◦ green 253 ◦ blue 223

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

Shades of Saltpan #F5FDDF

Tints of Saltpan #F5FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.09%

 BLUE value IS 223 (87.5% from 255) = 30.93%

R = 33.98%
G = 35.09%
B = 30.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#F5FDDF (or 0xF5FDDF) is known color: Saltpan. HEX triplet: F5, FD and DF. RGB value is (245,253,223). Sum of RGB (Red+Green+Blue) = 245+253+223=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDF is #0A0220. Grayscale: #F7F7F7. Windows color (decimal): -655905 or 14679541. OLE color: 14679541.

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

Color convert

RGB 245 253 223 -
CMYK 0.03 0 0.12 0.01
HSL 76º 0.88% 0.93% -
HSV(B) 76º 0.12% 0.99% -
XYZ 86.1 94.99 83.61 -
YUV 247.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 245 253 223 0.03 0 0.12 0.01 76 0.88 0.93
Hex F5 FD DF 3 0 C 1 4C 58 5D
Octal 365 375 337 3 0 14 1 114 130 135
Binary 11110101 11111101 11011111 11 0 1100 1 1001100 1011000 1011101

Color Harmonies of #F5FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDDF

Black with #F5FDDF

Text Example


Text Example

White with #F5FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDDF; }

 p { color: rgb(245,253,223); }

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

background-color css

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

 a { background-color: rgb(245,253,223); }

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

border-color css

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

 span { border-color: rgb(245,253,223); }

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