Html Css Color HEX #FCA3F2 Lavender Rose

📋 copy color: '#FCA3F2'

red 252 ◦ green 163 ◦ blue 242

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

Shades of Lavender Rose #FCA3F2

Tints of Lavender Rose #FCA3F2

RGB

 RED value IS 252 (98.83% from 255) = 38.36%

 GREEN value IS 163 (64.06% from 255) = 24.81%

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

R = 38.36%
G = 24.81%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCA3F2 (or 0xFCA3F2) is known color: Lavender Rose. HEX triplet: FC, A3 and F2. RGB value is (252,163,242). Sum of RGB (Red+Green+Blue) = 252+163+242=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 163 (64.06% from 255 or 24.81% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA3F2 is #035C0D. Grayscale: #C6C6C6. Windows color (decimal): -220174 or 15901692. OLE color: 15901692.

HSL color Cylindrical-coordinate representation of color #FCA3F2: hue angle of 306.74º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA3F2 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 163 242 -
CMYK 0 0.35 0.04 0.01
HSL 306.74º 0.94% 0.81% -
HSV(B) 306.74º 0.35% 0.99% -
XYZ 69.27 53.3 90.64 -
YUV 198.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 252 163 242 0 0.35 0.04 0.01 306.74 0.94 0.81
Hex FC A3 F2 0 23 4 1 133 5E 51
Octal 374 243 362 0 43 4 1 463 136 121
Binary 11111100 10100011 11110010 0 100011 100 1 100110011 1011110 1010001

Color Harmonies of #FCA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA3F2

Black with #FCA3F2

Text Example


Text Example

White with #FCA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA3F2; }

 p { color: rgb(252,163,242); }

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

background-color css

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

 a { background-color: rgb(252,163,242); }

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

border-color css

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

 span { border-color: rgb(252,163,242); }

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