Html Css Color HEX #FCEAF5 Lavender Blush

📋 copy color: '#FCEAF5'

red 252 ◦ green 234 ◦ blue 245

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

Shades of Lavender Blush #FCEAF5

Tints of Lavender Blush #FCEAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.01%

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

R = 34.47%
G = 32.01%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCEAF5 (or 0xFCEAF5) is known color: Lavender Blush. HEX triplet: FC, EA and F5. RGB value is (252,234,245). Sum of RGB (Red+Green+Blue) = 252+234+245=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF5 is #03150A. Grayscale: #F0F0F0. Windows color (decimal): -201995 or 16116476. OLE color: 16116476.

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

Color convert

RGB 252 234 245 -
CMYK 0 0.07 0.03 0.01
HSL 323.33º 0.75% 0.95% -
HSV(B) 323.33º 0.07% 0.99% -
XYZ 86.05 86.13 98.48 -
YUV 240.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 252 234 245 0 0.07 0.03 0.01 323.33 0.75 0.95
Hex FC EA F5 0 7 3 1 143 4B 5F
Octal 374 352 365 0 7 3 1 503 113 137
Binary 11111100 11101010 11110101 0 111 11 1 101000011 1001011 1011111

Color Harmonies of #FCEAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAF5

Black with #FCEAF5

Text Example


Text Example

White with #FCEAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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