Html Css Color HEX #FCE4F0 Lavender Blush

📋 copy color: '#FCE4F0'

red 252 ◦ green 228 ◦ blue 240

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

Shades of Lavender Blush #FCE4F0

Tints of Lavender Blush #FCE4F0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.67%

 BLUE value IS 240 (94.14% from 255) = 33.33%

R = 35%
G = 31.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCE4F0 (or 0xFCE4F0) is known color: Lavender Blush. HEX triplet: FC, E4 and F0. RGB value is (252,228,240). Sum of RGB (Red+Green+Blue) = 252+228+240=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 228 (89.45% from 255 or 31.67% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE4F0 is #031B0F. Grayscale: #ECECEC. Windows color (decimal): -203536 or 15787260. OLE color: 15787260.

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

Color convert

RGB 252 228 240 -
CMYK 0 0.10 0.05 0.01
HSL 330º 0.8% 0.94% -
HSV(B) 330º 0.1% 0.99% -
XYZ 83.62 82.47 93.95 -
YUV 236.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 252 228 240 0 0.10 0.05 0.01 330 0.8 0.94
Hex FC E4 F0 0 A 5 1 14A 50 5E
Octal 374 344 360 0 12 5 1 512 120 136
Binary 11111100 11100100 11110000 0 1010 101 1 101001010 1010000 1011110

Color Harmonies of #FCE4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE4F0

Black with #FCE4F0

Text Example


Text Example

White with #FCE4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE4F0; }

 p { color: rgb(252,228,240); }

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

background-color css

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

 a { background-color: rgb(252,228,240); }

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

border-color css

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

 span { border-color: rgb(252,228,240); }

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