Html Css Color HEX #FCAFBC Light Pink

📋 copy color: '#FCAFBC'

red 252 ◦ green 175 ◦ blue 188

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

Shades of Light Pink #FCAFBC

Tints of Light Pink #FCAFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.46%

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 40.98%
G = 28.46%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCAFBC (or 0xFCAFBC) is known color: Light Pink. HEX triplet: FC, AF and BC. RGB value is (252,175,188). Sum of RGB (Red+Green+Blue) = 252+175+188=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFBC is #035043. Grayscale: #C7C7C7. Windows color (decimal): -217156 or 12365820. OLE color: 12365820.

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

Color convert

RGB 252 175 188 -
CMYK 0 0.31 0.25 0.01
HSL 349.87º 0.93% 0.84% -
HSV(B) 349.87º 0.31% 0.99% -
XYZ 64.55 54.99 54.79 -
YUV 199.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 252 175 188 0 0.31 0.25 0.01 349.87 0.93 0.84
Hex FC AF BC 0 1F 19 1 15E 5D 54
Octal 374 257 274 0 37 31 1 536 135 124
Binary 11111100 10101111 10111100 0 11111 11001 1 101011110 1011101 1010100

Color Harmonies of #FCAFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFBC

Black with #FCAFBC

Text Example


Text Example

White with #FCAFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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