Html Css Color HEX #FAB0CE Lavender Pink

📋 copy color: '#FAB0CE'

red 250 ◦ green 176 ◦ blue 206

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

Shades of Lavender Pink #FAB0CE

Tints of Lavender Pink #FAB0CE

RGB

 RED value IS 250 (98.05% from 255) = 39.56%

 GREEN value IS 176 (69.14% from 255) = 27.85%

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 39.56%
G = 27.85%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAB0CE (or 0xFAB0CE) is known color: Lavender Pink. HEX triplet: FA, B0 and CE. RGB value is (250,176,206). Sum of RGB (Red+Green+Blue) = 250+176+206=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0CE is #054F31. Grayscale: #C9C9C9. Windows color (decimal): -347954 or 13545722. OLE color: 13545722.

HSL color Cylindrical-coordinate representation of color #FAB0CE: hue angle of 335.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0CE is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 206 -
CMYK 0 0.30 0.18 0.02
HSL 335.68º 0.88% 0.84% -
HSV(B) 335.68º 0.3% 0.98% -
XYZ 66.09 55.83 65.69 -
YUV 201.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 250 176 206 0 0.30 0.18 0.02 335.68 0.88 0.84
Hex FA B0 CE 0 1E 12 2 150 58 54
Octal 372 260 316 0 36 22 2 520 130 124
Binary 11111010 10110000 11001110 0 11110 10010 10 101010000 1011000 1010100

Color Harmonies of #FAB0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0CE

Black with #FAB0CE

Text Example


Text Example

White with #FAB0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0CE; }

 p { color: rgb(250,176,206); }

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

background-color css

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

 a { background-color: rgb(250,176,206); }

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

border-color css

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

 span { border-color: rgb(250,176,206); }

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