Html Css Color HEX #F5FDC0 Chiffon

📋 copy color: '#F5FDC0'

red 245 ◦ green 253 ◦ blue 192

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

Shades of Chiffon #F5FDC0

Tints of Chiffon #F5FDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 27.83%

R = 35.51%
G = 36.67%
B = 27.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#F5FDC0 (or 0xF5FDC0) is known color: Chiffon. HEX triplet: F5, FD and C0. RGB value is (245,253,192). Sum of RGB (Red+Green+Blue) = 245+253+192=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDC0 is #0A023F. Grayscale: #F3F3F3. Windows color (decimal): -655936 or 12647925. OLE color: 12647925.

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

Color convert

RGB 245 253 192 -
CMYK 0.03 0 0.24 0.01
HSL 67.87º 0.94% 0.87% -
HSV(B) 67.87º 0.24% 0.99% -
XYZ 82.3 93.47 63.57 -
YUV 243.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 245 253 192 0.03 0 0.24 0.01 67.87 0.94 0.87
Hex F5 FD C0 3 0 18 1 44 5E 57
Octal 365 375 300 3 0 30 1 104 136 127
Binary 11110101 11111101 11000000 11 0 11000 1 1000100 1011110 1010111

Color Harmonies of #F5FDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDC0

Black with #F5FDC0

Text Example


Text Example

White with #F5FDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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