Html Css Color HEX #FCA7F6 Lavender Rose

📋 copy color: '#FCA7F6'

red 252 ◦ green 167 ◦ blue 246

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

Shades of Lavender Rose #FCA7F6

Tints of Lavender Rose #FCA7F6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.11%

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 37.89%
G = 25.11%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCA7F6 (or 0xFCA7F6) is known color: Lavender Rose. HEX triplet: FC, A7 and F6. RGB value is (252,167,246). Sum of RGB (Red+Green+Blue) = 252+167+246=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 167 (65.62% from 255 or 25.11% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA7F6 is #035809. Grayscale: #C9C9C9. Windows color (decimal): -219146 or 16164860. OLE color: 16164860.

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

Color convert

RGB 252 167 246 -
CMYK 0 0.34 0.02 0.01
HSL 304.24º 0.93% 0.82% -
HSV(B) 304.24º 0.34% 0.99% -
XYZ 70.6 54.99 94.08 -
YUV 201.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 252 167 246 0 0.34 0.02 0.01 304.24 0.93 0.82
Hex FC A7 F6 0 22 2 1 130 5D 52
Octal 374 247 366 0 42 2 1 460 135 122
Binary 11111100 10100111 11110110 0 100010 10 1 100110000 1011101 1010010

Color Harmonies of #FCA7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA7F6

Black with #FCA7F6

Text Example


Text Example

White with #FCA7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA7F6; }

 p { color: rgb(252,167,246); }

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

background-color css

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

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

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

border-color css

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

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

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