Html Css Color HEX #FCA1FD Lavender Rose

📋 copy color: '#FCA1FD'

red 252 ◦ green 161 ◦ blue 253

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

Shades of Lavender Rose #FCA1FD

Tints of Lavender Rose #FCA1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 37.84%
G = 24.17%
B = 37.99%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCA1FD (or 0xFCA1FD) is known color: Lavender Rose. HEX triplet: FC, A1 and FD. RGB value is (252,161,253). Sum of RGB (Red+Green+Blue) = 252+161+253=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 161 (63.28% from 255 or 24.17% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA1FD is #035E02. Grayscale: #C6C6C6. Windows color (decimal): -220675 or 16622076. OLE color: 16622076.

HSL color Cylindrical-coordinate representation of color #FCA1FD: hue angle of 299.35º degrees, saturation: 0.96, 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 #FCA1FD is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 161 253 -
CMYK 0.00 0.36 0 0.01
HSL 299.35º 0.96% 0.81% -
HSV(B) 299.35º 0.36% 0.99% -
XYZ 70.62 53.28 99.49 -
YUV 198.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 252 161 253 0.00 0.36 0 0.01 299.35 0.96 0.81
Hex FC A1 FD 0 24 0 1 12B 60 51
Octal 374 241 375 0 44 0 1 453 140 121
Binary 11111100 10100001 11111101 0 100100 0 1 100101011 1100000 1010001

Color Harmonies of #FCA1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA1FD

Black with #FCA1FD

Text Example


Text Example

White with #FCA1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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