Html Css Color HEX #FEB2DF Lavender Pink

📋 copy color: '#FEB2DF'

red 254 ◦ green 178 ◦ blue 223

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

Shades of Lavender Pink #FEB2DF

Tints of Lavender Pink #FEB2DF

RGB

 RED value IS 254 (99.61% from 255) = 38.78%

 GREEN value IS 178 (69.92% from 255) = 27.18%

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 38.78%
G = 27.18%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEB2DF (or 0xFEB2DF) is known color: Lavender Pink. HEX triplet: FE, B2 and DF. RGB value is (254,178,223). Sum of RGB (Red+Green+Blue) = 254+178+223=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2DF is #014D20. Grayscale: #CDCDCD. Windows color (decimal): -85281 or 14660350. OLE color: 14660350.

HSL color Cylindrical-coordinate representation of color #FEB2DF: hue angle of 324.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 223 -
CMYK 0 0.30 0.12 0.00
HSL 324.47º 0.97% 0.85% -
HSV(B) 324.47º 0.3% 1% -
XYZ 70.11 58.24 77.36 -
YUV 205.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 254 178 223 0 0.30 0.12 0.00 324.47 0.97 0.85
Hex FE B2 DF 0 1E C 0 144 61 55
Octal 376 262 337 0 36 14 0 504 141 125
Binary 11111110 10110010 11011111 0 11110 1100 0 101000100 1100001 1010101

Color Harmonies of #FEB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2DF

Black with #FEB2DF

Text Example


Text Example

White with #FEB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2DF; }

 p { color: rgb(254,178,223); }

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

background-color css

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

 a { background-color: rgb(254,178,223); }

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

border-color css

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

 span { border-color: rgb(254,178,223); }

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