Html Css Color HEX #FCB8C5 Light Pink

📋 copy color: '#FCB8C5'

red 252 ◦ green 184 ◦ blue 197

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

Shades of Light Pink #FCB8C5

Tints of Light Pink #FCB8C5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.07%

 BLUE value IS 197 (77.34% from 255) = 31.12%

R = 39.81%
G = 29.07%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCB8C5 (or 0xFCB8C5) is known color: Light Pink. HEX triplet: FC, B8 and C5. RGB value is (252,184,197). Sum of RGB (Red+Green+Blue) = 252+184+197=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C5 is #03473A. Grayscale: #CDCDCD. Windows color (decimal): -214843 or 12957948. OLE color: 12957948.

HSL color Cylindrical-coordinate representation of color #FCB8C5: hue angle of 348.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8C5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 197 -
CMYK 0 0.27 0.22 0.01
HSL 348.53º 0.92% 0.85% -
HSV(B) 348.53º 0.27% 0.99% -
XYZ 67.36 59.01 60.66 -
YUV 205.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 252 184 197 0 0.27 0.22 0.01 348.53 0.92 0.85
Hex FC B8 C5 0 1B 16 1 15D 5C 55
Octal 374 270 305 0 33 26 1 535 134 125
Binary 11111100 10111000 11000101 0 11011 10110 1 101011101 1011100 1010101

Color Harmonies of #FCB8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8C5

Black with #FCB8C5

Text Example


Text Example

White with #FCB8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8C5; }

 p { color: rgb(252,184,197); }

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

background-color css

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

 a { background-color: rgb(252,184,197); }

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

border-color css

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

 span { border-color: rgb(252,184,197); }

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