Html Css Color HEX #FCEBF2 Lavender Blush

📋 copy color: '#FCEBF2'

red 252 ◦ green 235 ◦ blue 242

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

Shades of Lavender Blush #FCEBF2

Tints of Lavender Blush #FCEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.24%

 BLUE value IS 242 (94.92% from 255) = 33.2%

R = 34.57%
G = 32.24%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCEBF2 (or 0xFCEBF2) is known color: Lavender Blush. HEX triplet: FC, EB and F2. RGB value is (252,235,242). Sum of RGB (Red+Green+Blue) = 252+235+242=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 235 (92.19% from 255 or 32.24% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF2 is #03140D. Grayscale: #F0F0F0. Windows color (decimal): -201742 or 15920124. OLE color: 15920124.

HSL color Cylindrical-coordinate representation of color #FCEBF2: hue angle of 335.29º degrees, saturation: 0.74, 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 #FCEBF2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 235 242 -
CMYK 0 0.07 0.04 0.01
HSL 335.29º 0.74% 0.95% -
HSV(B) 335.29º 0.07% 0.99% -
XYZ 85.88 86.52 96.18 -
YUV 240.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 252 235 242 0 0.07 0.04 0.01 335.29 0.74 0.95
Hex FC EB F2 0 7 4 1 14F 4A 5F
Octal 374 353 362 0 7 4 1 517 112 137
Binary 11111100 11101011 11110010 0 111 100 1 101001111 1001010 1011111

Color Harmonies of #FCEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEBF2

Black with #FCEBF2

Text Example


Text Example

White with #FCEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEBF2; }

 p { color: rgb(252,235,242); }

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

background-color css

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

 a { background-color: rgb(252,235,242); }

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

border-color css

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

 span { border-color: rgb(252,235,242); }

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