Html Css Color HEX #FAB2F2 Lavender Rose

📋 copy color: '#FAB2F2'

red 250 ◦ green 178 ◦ blue 242

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

Shades of Lavender Rose #FAB2F2

Tints of Lavender Rose #FAB2F2

RGB

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

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

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

R = 37.31%
G = 26.57%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB2F2 (or 0xFAB2F2) is known color: Lavender Rose. HEX triplet: FA, B2 and F2. RGB value is (250,178,242). Sum of RGB (Red+Green+Blue) = 250+178+242=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F2 is #054D0D. Grayscale: #CECECE. Windows color (decimal): -347406 or 15905530. OLE color: 15905530.

HSL color Cylindrical-coordinate representation of color #FAB2F2: hue angle of 306.67º 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 #FAB2F2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 242 -
CMYK 0 0.29 0.03 0.02
HSL 306.67º 0.88% 0.84% -
HSV(B) 306.67º 0.29% 0.98% -
XYZ 71.37 58.58 91.55 -
YUV 206.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 250 178 242 0 0.29 0.03 0.02 306.67 0.88 0.84
Hex FA B2 F2 0 1D 3 2 133 58 54
Octal 372 262 362 0 35 3 2 463 130 124
Binary 11111010 10110010 11110010 0 11101 11 10 100110011 1011000 1010100

Color Harmonies of #FAB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2F2

Black with #FAB2F2

Text Example


Text Example

White with #FAB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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