Html Css Color HEX #FFF3E6 Linen

📋 copy color: '#FFF3E6'

red 255 ◦ green 243 ◦ blue 230

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

Shades of Linen #FFF3E6

Tints of Linen #FFF3E6

RGB

 RED value IS 255 (100% from 255) = 35.03%

 GREEN value IS 243 (95.31% from 255) = 33.38%

 BLUE value IS 230 (90.23% from 255) = 31.59%

R = 35.03%
G = 33.38%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF3E6 (or 0xFFF3E6) is known color: Linen. HEX triplet: FF, F3 and E6. RGB value is (255,243,230). Sum of RGB (Red+Green+Blue) = 255+243+230=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 243 (95.31% from 255 or 33.38% from 728); Blue value is 230 (90.23% from 255 or 31.59% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF3E6 is #000C19. Grayscale: #F5F5F5. Windows color (decimal): -3098 or 15135743. OLE color: 15135743.

HSL color Cylindrical-coordinate representation of color #FFF3E6: hue angle of 31.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFF3E6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 243 230 -
CMYK 0 0.05 0.10 0
HSL 31.2º 1% 0.95% -
HSV(B) 31.2º 0.1% 1% -
XYZ 87.57 91.07 87.83 -
YUV 245.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 255 243 230 0 0.05 0.10 0 31.2 1 0.95
Hex FF F3 E6 0 5 A 0 1F 64 5F
Octal 377 363 346 0 5 12 0 37 144 137
Binary 11111111 11110011 11100110 0 101 1010 0 11111 1100100 1011111

Color Harmonies of #FFF3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF3E6

Black with #FFF3E6

Text Example


Text Example

White with #FFF3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF3E6; }

 p { color: rgb(255,243,230); }

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

background-color css

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

 a { background-color: rgb(255,243,230); }

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

border-color css

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

 span { border-color: rgb(255,243,230); }

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