Html Css Color HEX #FAB7F2 Lavender Rose

📋 copy color: '#FAB7F2'

red 250 ◦ green 183 ◦ blue 242

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

Shades of Lavender Rose #FAB7F2

Tints of Lavender Rose #FAB7F2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.11%

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

R = 37.04%
G = 27.11%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB7F2 (or 0xFAB7F2) is known color: Lavender Rose. HEX triplet: FA, B7 and F2. RGB value is (250,183,242). Sum of RGB (Red+Green+Blue) = 250+183+242=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F2 is #05480D. Grayscale: #D1D1D1. Windows color (decimal): -346126 or 15906810. OLE color: 15906810.

HSL color Cylindrical-coordinate representation of color #FAB7F2: hue angle of 307.16º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7F2 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 242 -
CMYK 0 0.27 0.03 0.02
HSL 307.16º 0.87% 0.85% -
HSV(B) 307.16º 0.27% 0.98% -
XYZ 72.38 60.6 91.89 -
YUV 209.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 250 183 242 0 0.27 0.03 0.02 307.16 0.87 0.85
Hex FA B7 F2 0 1B 3 2 133 57 55
Octal 372 267 362 0 33 3 2 463 127 125
Binary 11111010 10110111 11110010 0 11011 11 10 100110011 1010111 1010101

Color Harmonies of #FAB7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB7F2

Black with #FAB7F2

Text Example


Text Example

White with #FAB7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB7F2; }

 p { color: rgb(250,183,242); }

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

background-color css

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

 a { background-color: rgb(250,183,242); }

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

border-color css

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

 span { border-color: rgb(250,183,242); }

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