Html Css Color HEX #FCF3F5 Lavender Blush

📋 copy color: '#FCF3F5'

red 252 ◦ green 243 ◦ blue 245

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

Shades of Lavender Blush #FCF3F5

Tints of Lavender Blush #FCF3F5

RGB

 RED value IS 252 (98.83% from 255) = 34.05%

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

 BLUE value IS 245 (96.09% from 255) = 33.11%

R = 34.05%
G = 32.84%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCF3F5 (or 0xFCF3F5) is known color: Lavender Blush. HEX triplet: FC, F3 and F5. RGB value is (252,243,245). Sum of RGB (Red+Green+Blue) = 252+243+245=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 243 (95.31% from 255 or 32.84% from 740); Blue value is 245 (96.09% from 255 or 33.11% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3F5 is #030C0A. Grayscale: #F5F5F5. Windows color (decimal): -199691 or 16118780. OLE color: 16118780.

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

Color convert

RGB 252 243 245 -
CMYK 0 0.04 0.03 0.01
HSL 346.67º 0.6% 0.97% -
HSV(B) 346.67º 0.04% 0.99% -
XYZ 88.68 91.39 99.35 -
YUV 245.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 252 243 245 0 0.04 0.03 0.01 346.67 0.6 0.97
Hex FC F3 F5 0 4 3 1 15B 3C 61
Octal 374 363 365 0 4 3 1 533 74 141
Binary 11111100 11110011 11110101 0 100 11 1 101011011 111100 1100001

Color Harmonies of #FCF3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3F5

Black with #FCF3F5

Text Example


Text Example

White with #FCF3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3F5; }

 p { color: rgb(252,243,245); }

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

background-color css

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

 a { background-color: rgb(252,243,245); }

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

border-color css

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

 span { border-color: rgb(252,243,245); }

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