Html Css Color HEX #FFF5FA Lavender Blush

📋 copy color: '#FFF5FA'

red 255 ◦ green 245 ◦ blue 250

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

Shades of Lavender Blush #FFF5FA

Tints of Lavender Blush #FFF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.67%

 BLUE value IS 250 (98.05% from 255) = 33.33%

R = 34%
G = 32.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFF5FA (or 0xFFF5FA) is known color: Lavender Blush. HEX triplet: FF, F5 and FA. RGB value is (255,245,250). Sum of RGB (Red+Green+Blue) = 255+245+250=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FA is #000A05. Grayscale: #F8F8F8. Windows color (decimal): -2566 or 16446975. OLE color: 16446975.

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

Color convert

RGB 255 245 250 -
CMYK 0 0.04 0.02 0
HSL 330º 1% 0.98% -
HSV(B) 330º 0.04% 1% -
XYZ 91.15 93.47 103.68 -
YUV 248.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 255 245 250 0 0.04 0.02 0 330 1 0.98
Hex FF F5 FA 0 4 2 0 14A 64 62
Octal 377 365 372 0 4 2 0 512 144 142
Binary 11111111 11110101 11111010 0 100 10 0 101001010 1100100 1100010

Color Harmonies of #FFF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF5FA

Black with #FFF5FA

Text Example


Text Example

White with #FFF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF5FA; }

 p { color: rgb(255,245,250); }

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

background-color css

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

 a { background-color: rgb(255,245,250); }

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

border-color css

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

 span { border-color: rgb(255,245,250); }

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