Html Css Color HEX #FAB4F2 Lavender Rose

📋 copy color: '#FAB4F2'

red 250 ◦ green 180 ◦ blue 242

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

Shades of Lavender Rose #FAB4F2

Tints of Lavender Rose #FAB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.79%

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

R = 37.2%
G = 26.79%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB4F2 (or 0xFAB4F2) is known color: Lavender Rose. HEX triplet: FA, B4 and F2. RGB value is (250,180,242). Sum of RGB (Red+Green+Blue) = 250+180+242=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 180 (70.70% from 255 or 26.79% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F2 is #054B0D. Grayscale: #CFCFCF. Windows color (decimal): -346894 or 15906042. OLE color: 15906042.

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

Color convert

RGB 250 180 242 -
CMYK 0 0.28 0.03 0.02
HSL 306.86º 0.88% 0.84% -
HSV(B) 306.86º 0.28% 0.98% -
XYZ 71.77 59.38 91.68 -
YUV 208 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 250 180 242 0 0.28 0.03 0.02 306.86 0.88 0.84
Hex FA B4 F2 0 1C 3 2 133 58 54
Octal 372 264 362 0 34 3 2 463 130 124
Binary 11111010 10110100 11110010 0 11100 11 10 100110011 1011000 1010100

Color Harmonies of #FAB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB4F2

Black with #FAB4F2

Text Example


Text Example

White with #FAB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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