Html Css Color HEX #FCA8CF Lavender Pink

📋 copy color: '#FCA8CF'

red 252 ◦ green 168 ◦ blue 207

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

Shades of Lavender Pink #FCA8CF

Tints of Lavender Pink #FCA8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.01%

R = 40.19%
G = 26.79%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCA8CF (or 0xFCA8CF) is known color: Lavender Pink. HEX triplet: FC, A8 and CF. RGB value is (252,168,207). Sum of RGB (Red+Green+Blue) = 252+168+207=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8CF is #035730. Grayscale: #C5C5C5. Windows color (decimal): -218929 or 13609212. OLE color: 13609212.

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

Color convert

RGB 252 168 207 -
CMYK 0 0.33 0.18 0.01
HSL 332.14º 0.93% 0.82% -
HSV(B) 332.14º 0.33% 0.99% -
XYZ 65.41 53.21 65.85 -
YUV 197.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 252 168 207 0 0.33 0.18 0.01 332.14 0.93 0.82
Hex FC A8 CF 0 21 12 1 14C 5D 52
Octal 374 250 317 0 41 22 1 514 135 122
Binary 11111100 10101000 11001111 0 100001 10010 1 101001100 1011101 1010010

Color Harmonies of #FCA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8CF

Black with #FCA8CF

Text Example


Text Example

White with #FCA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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