Html Css Color HEX #FAB2CF Lavender Pink

📋 copy color: '#FAB2CF'

red 250 ◦ green 178 ◦ blue 207

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

Shades of Lavender Pink #FAB2CF

Tints of Lavender Pink #FAB2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 39.37%
G = 28.03%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB2CF (or 0xFAB2CF) is known color: Lavender Pink. HEX triplet: FA, B2 and CF. RGB value is (250,178,207). Sum of RGB (Red+Green+Blue) = 250+178+207=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2CF is #054D30. Grayscale: #CACACA. Windows color (decimal): -347441 or 13611770. OLE color: 13611770.

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

Color convert

RGB 250 178 207 -
CMYK 0 0.29 0.17 0.02
HSL 335.83º 0.88% 0.84% -
HSV(B) 335.83º 0.29% 0.98% -
XYZ 66.61 56.67 66.46 -
YUV 202.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 250 178 207 0 0.29 0.17 0.02 335.83 0.88 0.84
Hex FA B2 CF 0 1D 11 2 150 58 54
Octal 372 262 317 0 35 21 2 520 130 124
Binary 11111010 10110010 11001111 0 11101 10001 10 101010000 1011000 1010100

Color Harmonies of #FAB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2CF

Black with #FAB2CF

Text Example


Text Example

White with #FAB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2CF; }

 p { color: rgb(250,178,207); }

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

background-color css

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

 a { background-color: rgb(250,178,207); }

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

border-color css

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

 span { border-color: rgb(250,178,207); }

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