Html Css Color HEX #FAB2F0 Lavender Rose

📋 copy color: '#FAB2F0'

red 250 ◦ green 178 ◦ blue 240

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

Shades of Lavender Rose #FAB2F0

Tints of Lavender Rose #FAB2F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.93%

R = 37.43%
G = 26.65%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAB2F0 (or 0xFAB2F0) is known color: Lavender Rose. HEX triplet: FA, B2 and F0. RGB value is (250,178,240). Sum of RGB (Red+Green+Blue) = 250+178+240=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2F0 is #054D0F. Grayscale: #CECECE. Windows color (decimal): -347408 or 15774458. OLE color: 15774458.

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

Color convert

RGB 250 178 240 -
CMYK 0 0.29 0.04 0.02
HSL 308.33º 0.88% 0.84% -
HSV(B) 308.33º 0.29% 0.98% -
XYZ 71.07 58.46 89.98 -
YUV 206.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 250 178 240 0 0.29 0.04 0.02 308.33 0.88 0.84
Hex FA B2 F0 0 1D 4 2 134 58 54
Octal 372 262 360 0 35 4 2 464 130 124
Binary 11111010 10110010 11110000 0 11101 100 10 100110100 1011000 1010100

Color Harmonies of #FAB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB2F0

Black with #FAB2F0

Text Example


Text Example

White with #FAB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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