Html Css Color HEX #F6FFB4 Chiffon

📋 copy color: '#F6FFB4'

red 246 ◦ green 255 ◦ blue 180

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

Shades of Chiffon #F6FFB4

Tints of Chiffon #F6FFB4

RGB

 RED value IS 246 (96.48% from 255) = 36.12%

 GREEN value IS 255 (100% from 255) = 37.44%

 BLUE value IS 180 (70.7% from 255) = 26.43%

R = 36.12%
G = 37.44%
B = 26.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#F6FFB4 (or 0xF6FFB4) is known color: Chiffon. HEX triplet: F6, FF and B4. RGB value is (246,255,180). Sum of RGB (Red+Green+Blue) = 246+255+180=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 180 (70.70% from 255 or 26.43% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFB4 is #09004B. Grayscale: #F4F4F4. Windows color (decimal): -589900 or 11862006. OLE color: 11862006.

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

Color convert

RGB 246 255 180 -
CMYK 0.04 0 0.29 0
HSL 67.2º 1% 0.85% -
HSV(B) 67.2º 0.29% 1% -
XYZ 82 94.41 57.08 -
YUV 243.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 246 255 180 0.04 0 0.29 0 67.2 1 0.85
Hex F6 FF B4 4 0 1D 0 43 64 55
Octal 366 377 264 4 0 35 0 103 144 125
Binary 11110110 11111111 10110100 100 0 11101 0 1000011 1100100 1010101

Color Harmonies of #F6FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FFB4

Black with #F6FFB4

Text Example


Text Example

White with #F6FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FFB4; }

 p { color: rgb(246,255,180); }

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

background-color css

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

 a { background-color: rgb(246,255,180); }

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

border-color css

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

 span { border-color: rgb(246,255,180); }

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