Html Css Color HEX #FAACF3 Lavender Rose

📋 copy color: '#FAACF3'

red 250 ◦ green 172 ◦ blue 243

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

Shades of Lavender Rose #FAACF3

Tints of Lavender Rose #FAACF3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.86%

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 37.59%
G = 25.86%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAACF3 (or 0xFAACF3) is known color: Lavender Rose. HEX triplet: FA, AC and F3. RGB value is (250,172,243). Sum of RGB (Red+Green+Blue) = 250+172+243=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACF3 is #05530C. Grayscale: #CBCBCB. Windows color (decimal): -348941 or 15969530. OLE color: 15969530.

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

Color convert

RGB 250 172 243 -
CMYK 0 0.31 0.03 0.02
HSL 305.38º 0.89% 0.83% -
HSV(B) 305.38º 0.31% 0.98% -
XYZ 70.35 56.3 91.95 -
YUV 203.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 250 172 243 0 0.31 0.03 0.02 305.38 0.89 0.83
Hex FA AC F3 0 1F 3 2 131 59 53
Octal 372 254 363 0 37 3 2 461 131 123
Binary 11111010 10101100 11110011 0 11111 11 10 100110001 1011001 1010011

Color Harmonies of #FAACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACF3

Black with #FAACF3

Text Example


Text Example

White with #FAACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACF3; }

 p { color: rgb(250,172,243); }

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

background-color css

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

 a { background-color: rgb(250,172,243); }

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

border-color css

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

 span { border-color: rgb(250,172,243); }

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