Html Css Color HEX #FCA2FC Lavender Rose

📋 copy color: '#FCA2FC'

red 252 ◦ green 162 ◦ blue 252

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

Shades of Lavender Rose #FCA2FC

Tints of Lavender Rose #FCA2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.32%

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

R = 37.84%
G = 24.32%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCA2FC (or 0xFCA2FC) is known color: Lavender Rose. HEX triplet: FC, A2 and FC. RGB value is (252,162,252). Sum of RGB (Red+Green+Blue) = 252+162+252=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA2FC is #035D03. Grayscale: #C6C6C6. Windows color (decimal): -220420 or 16556796. OLE color: 16556796.

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

Color convert

RGB 252 162 252 -
CMYK 0 0.36 0 0.01
HSL 300º 0.94% 0.81% -
HSV(B) 300º 0.36% 0.99% -
XYZ 70.64 53.56 98.71 -
YUV 199.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 252 162 252 0 0.36 0 0.01 300 0.94 0.81
Hex FC A2 FC 0 24 0 1 12C 5E 51
Octal 374 242 374 0 44 0 1 454 136 121
Binary 11111100 10100010 11111100 0 100100 0 1 100101100 1011110 1010001

Color Harmonies of #FCA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2FC

Black with #FCA2FC

Text Example


Text Example

White with #FCA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2FC; }

 p { color: rgb(252,162,252); }

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

background-color css

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

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

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

border-color css

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

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

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