Html Css Color HEX #FCE6F2 Lavender Blush

📋 copy color: '#FCE6F2'

red 252 ◦ green 230 ◦ blue 242

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

Shades of Lavender Blush #FCE6F2

Tints of Lavender Blush #FCE6F2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.77%

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

R = 34.81%
G = 31.77%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCE6F2 (or 0xFCE6F2) is known color: Lavender Blush. HEX triplet: FC, E6 and F2. RGB value is (252,230,242). Sum of RGB (Red+Green+Blue) = 252+230+242=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 230 (90.23% from 255 or 31.77% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6F2 is #03190D. Grayscale: #EDEDED. Windows color (decimal): -203022 or 15918844. OLE color: 15918844.

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

Color convert

RGB 252 230 242 -
CMYK 0 0.09 0.04 0.01
HSL 327.27º 0.79% 0.95% -
HSV(B) 327.27º 0.09% 0.99% -
XYZ 84.47 83.7 95.71 -
YUV 237.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 252 230 242 0 0.09 0.04 0.01 327.27 0.79 0.95
Hex FC E6 F2 0 9 4 1 147 4F 5F
Octal 374 346 362 0 11 4 1 507 117 137
Binary 11111100 11100110 11110010 0 1001 100 1 101000111 1001111 1011111

Color Harmonies of #FCE6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE6F2

Black with #FCE6F2

Text Example


Text Example

White with #FCE6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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