Html Css Color HEX #FCA8FD Lavender Rose

📋 copy color: '#FCA8FD'

red 252 ◦ green 168 ◦ blue 253

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

Shades of Lavender Rose #FCA8FD

Tints of Lavender Rose #FCA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 24.96%

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

R = 37.44%
G = 24.96%
B = 37.59%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCA8FD (or 0xFCA8FD) is known color: Lavender Rose. HEX triplet: FC, A8 and FD. RGB value is (252,168,253). Sum of RGB (Red+Green+Blue) = 252+168+253=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 168 (66.02% from 255 or 24.96% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCA8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FD is #035702. Grayscale: #CACACA. Windows color (decimal): -218883 or 16623868. OLE color: 16623868.

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

Color convert

RGB 252 168 253 -
CMYK 0.00 0.34 0 0.01
HSL 299.29º 0.96% 0.83% -
HSV(B) 299.29º 0.34% 0.99% -
XYZ 71.88 55.79 99.91 -
YUV 202.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 252 168 253 0.00 0.34 0 0.01 299.29 0.96 0.83
Hex FC A8 FD 0 22 0 1 12B 60 53
Octal 374 250 375 0 42 0 1 453 140 123
Binary 11111100 10101000 11111101 0 100010 0 1 100101011 1100000 1010011

Color Harmonies of #FCA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8FD

Black with #FCA8FD

Text Example


Text Example

White with #FCA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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