Html Css Color HEX #FAACFC Lavender Rose

📋 copy color: '#FAACFC'

red 250 ◦ green 172 ◦ blue 252

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

Shades of Lavender Rose #FAACFC

Tints of Lavender Rose #FAACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 37.09%
G = 25.52%
B = 37.39%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FAACFC (or 0xFAACFC) is known color: Lavender Rose. HEX triplet: FA, AC and FC. RGB value is (250,172,252). Sum of RGB (Red+Green+Blue) = 250+172+252=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFC is #055303. Grayscale: #CCCCCC. Windows color (decimal): -348932 or 16559354. OLE color: 16559354.

HSL color Cylindrical-coordinate representation of color #FAACFC: hue angle of 298.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAACFC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 172 252 -
CMYK 0.01 0.32 0 0.01
HSL 298.5º 0.93% 0.83% -
HSV(B) 298.5º 0.32% 0.99% -
XYZ 71.75 56.86 99.29 -
YUV 204.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 250 172 252 0.01 0.32 0 0.01 298.5 0.93 0.83
Hex FA AC FC 1 20 0 1 12A 5D 53
Octal 372 254 374 1 40 0 1 452 135 123
Binary 11111010 10101100 11111100 1 100000 0 1 100101010 1011101 1010011

Color Harmonies of #FAACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAACFC

Black with #FAACFC

Text Example


Text Example

White with #FAACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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