Html Css Color HEX #FCA1F2 Lavender Rose

📋 copy color: '#FCA1F2'

red 252 ◦ green 161 ◦ blue 242

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

Shades of Lavender Rose #FCA1F2

Tints of Lavender Rose #FCA1F2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.58%

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

R = 38.47%
G = 24.58%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCA1F2 (or 0xFCA1F2) is known color: Lavender Rose. HEX triplet: FC, A1 and F2. RGB value is (252,161,242). Sum of RGB (Red+Green+Blue) = 252+161+242=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1F2 is #035E0D. Grayscale: #C5C5C5. Windows color (decimal): -220686 or 15901180. OLE color: 15901180.

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

Color convert

RGB 252 161 242 -
CMYK 0 0.36 0.04 0.01
HSL 306.59º 0.94% 0.81% -
HSV(B) 306.59º 0.36% 0.99% -
XYZ 68.92 52.6 90.52 -
YUV 197.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 252 161 242 0 0.36 0.04 0.01 306.59 0.94 0.81
Hex FC A1 F2 0 24 4 1 133 5E 51
Octal 374 241 362 0 44 4 1 463 136 121
Binary 11111100 10100001 11110010 0 100100 100 1 100110011 1011110 1010001

Color Harmonies of #FCA1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1F2

Black with #FCA1F2

Text Example


Text Example

White with #FCA1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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