Html Css Color HEX #FCA8AF Light Pink

📋 copy color: '#FCA8AF'

red 252 ◦ green 168 ◦ blue 175

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

Shades of Light Pink #FCA8AF

Tints of Light Pink #FCA8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 42.35%
G = 28.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCA8AF (or 0xFCA8AF) is known color: Light Pink. HEX triplet: FC, A8 and AF. RGB value is (252,168,175). Sum of RGB (Red+Green+Blue) = 252+168+175=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA8AF is #035750. Grayscale: #C1C1C1. Windows color (decimal): -218961 or 11512060. OLE color: 11512060.

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

Color convert

RGB 252 168 175 -
CMYK 0 0.33 0.31 0.01
HSL 355º 0.93% 0.82% -
HSV(B) 355º 0.33% 0.99% -
XYZ 61.89 51.8 47.29 -
YUV 193.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 252 168 175 0 0.33 0.31 0.01 355 0.93 0.82
Hex FC A8 AF 0 21 1F 1 163 5D 52
Octal 374 250 257 0 41 37 1 543 135 122
Binary 11111100 10101000 10101111 0 100001 11111 1 101100011 1011101 1010010

Color Harmonies of #FCA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8AF

Black with #FCA8AF

Text Example


Text Example

White with #FCA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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