#F4FAC0

Color #F4FAC0 Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chiffon #F4FAC0

Tints of Chiffon #F4FAC0

Color information

#F4FAC0 (or 0xF4FAC0) is unknown color: approx Chiffon. HEX triplet: F4, FA and C0. RGB value is (244,250,192). Sum of RGB (Red+Green+Blue) = 244+250+192=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FAC0 is #0B053F. Grayscale: #F1F1F1. Windows color (decimal): -722240 or 12647156. OLE color: 12647156.

HSL color Cylindrical-coordinate representation of color #F4FAC0: hue angle of 66.21º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4FAC0 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB244250192-
CMYK0.0200.230.02
HSL66.21º85.29%86.67%-
HSV(B)66.21º23.2%98.04%-
XYZ81.0191.4163.24-
YUV241.59100.01129.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.57%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 192 (75.39% from 255) = 27.99%
R=35.57%
G=36.44%
B=27.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442501920.0200.230.0266.2185.2986.67
HexF4FAC020172425557
Octal36437230020272102125127
Binary1111010011111010110000001001011110100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAC0; }

 p { color: rgb(244,250,192); }

 H1.HeaderClassName
 {
   color: #F4FAC0;
 }
 .AnyTagClassName
 {
   color: #F4FAC0;
 }
</style>
background-color css

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

 a { background-color: rgb(244,250,192); }

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

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

 span { border-color: rgb(244,250,192); }

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