Html Css Color HEX #FCA8DF Lavender Rose

📋 copy color: '#FCA8DF'

red 252 ◦ green 168 ◦ blue 223

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

Shades of Lavender Rose #FCA8DF

Tints of Lavender Rose #FCA8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 39.19%
G = 26.13%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCA8DF (or 0xFCA8DF) is known color: Lavender Rose. HEX triplet: FC, A8 and DF. RGB value is (252,168,223). Sum of RGB (Red+Green+Blue) = 252+168+223=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 168 (66.02% from 255 or 26.13% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8DF is #035720. Grayscale: #C7C7C7. Windows color (decimal): -218913 or 14657788. OLE color: 14657788.

HSL color Cylindrical-coordinate representation of color #FCA8DF: hue angle of 320.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8DF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 223 -
CMYK 0 0.33 0.12 0.01
HSL 320.71º 0.93% 0.82% -
HSV(B) 320.71º 0.33% 0.99% -
XYZ 67.47 54.03 76.68 -
YUV 199.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 252 168 223 0 0.33 0.12 0.01 320.71 0.93 0.82
Hex FC A8 DF 0 21 C 1 141 5D 52
Octal 374 250 337 0 41 14 1 501 135 122
Binary 11111100 10101000 11011111 0 100001 1100 1 101000001 1011101 1010010

Color Harmonies of #FCA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8DF

Black with #FCA8DF

Text Example


Text Example

White with #FCA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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