Html Css Color HEX #F1FCBA Chiffon

📋 copy color: '#F1FCBA'

red 241 ◦ green 252 ◦ blue 186

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

Shades of Chiffon #F1FCBA

Tints of Chiffon #F1FCBA

RGB

 RED value IS 241 (94.53% from 255) = 35.49%

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 186 (73.05% from 255) = 27.39%

R = 35.49%
G = 37.11%
B = 27.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#F1FCBA (or 0xF1FCBA) is known color: Chiffon. HEX triplet: F1, FC and BA. RGB value is (241,252,186). Sum of RGB (Red+Green+Blue) = 241+252+186=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCBA is #0E0345. Grayscale: #F1F1F1. Windows color (decimal): -918342 or 12254449. OLE color: 12254449.

HSL color Cylindrical-coordinate representation of color #F1FCBA: hue angle of 70º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1FCBA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 252 186 -
CMYK 0.04 0 0.26 0.01
HSL 70º 0.92% 0.86% -
HSV(B) 70º 0.26% 0.99% -
XYZ 79.95 91.87 59.97 -
YUV 241.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 241 252 186 0.04 0 0.26 0.01 70 0.92 0.86
Hex F1 FC BA 4 0 1A 1 46 5C 56
Octal 361 374 272 4 0 32 1 106 134 126
Binary 11110001 11111100 10111010 100 0 11010 1 1000110 1011100 1010110

Color Harmonies of #F1FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FCBA

Black with #F1FCBA

Text Example


Text Example

White with #F1FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FCBA; }

 p { color: rgb(241,252,186); }

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

background-color css

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

 a { background-color: rgb(241,252,186); }

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

border-color css

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

 span { border-color: rgb(241,252,186); }

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