Html Css Color HEX #FEB2D4 Lavender Pink

📋 copy color: '#FEB2D4'

red 254 ◦ green 178 ◦ blue 212

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

Shades of Lavender Pink #FEB2D4

Tints of Lavender Pink #FEB2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 39.44%
G = 27.64%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEB2D4 (or 0xFEB2D4) is known color: Lavender Pink. HEX triplet: FE, B2 and D4. RGB value is (254,178,212). Sum of RGB (Red+Green+Blue) = 254+178+212=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2D4 is #014D2B. Grayscale: #CCCCCC. Windows color (decimal): -85292 or 13939454. OLE color: 13939454.

HSL color Cylindrical-coordinate representation of color #FEB2D4: hue angle of 333.16º 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 #FEB2D4 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 212 -
CMYK 0 0.30 0.17 0.00
HSL 333.16º 0.97% 0.85% -
HSV(B) 333.16º 0.3% 1% -
XYZ 68.68 57.67 69.8 -
YUV 204.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 254 178 212 0 0.30 0.17 0.00 333.16 0.97 0.85
Hex FE B2 D4 0 1E 11 0 14D 61 55
Octal 376 262 324 0 36 21 0 515 141 125
Binary 11111110 10110010 11010100 0 11110 10001 0 101001101 1100001 1010101

Color Harmonies of #FEB2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2D4

Black with #FEB2D4

Text Example


Text Example

White with #FEB2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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