Html Css Color HEX #FCB8C6 Light Pink

📋 copy color: '#FCB8C6'

red 252 ◦ green 184 ◦ blue 198

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

Shades of Light Pink #FCB8C6

Tints of Light Pink #FCB8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.23%

R = 39.75%
G = 29.02%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCB8C6 (or 0xFCB8C6) is known color: Light Pink. HEX triplet: FC, B8 and C6. RGB value is (252,184,198). Sum of RGB (Red+Green+Blue) = 252+184+198=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C6 is #034739. Grayscale: #CDCDCD. Windows color (decimal): -214842 or 13023484. OLE color: 13023484.

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

Color convert

RGB 252 184 198 -
CMYK 0 0.27 0.21 0.01
HSL 347.65º 0.92% 0.85% -
HSV(B) 347.65º 0.27% 0.99% -
XYZ 67.48 59.05 61.27 -
YUV 205.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 252 184 198 0 0.27 0.21 0.01 347.65 0.92 0.85
Hex FC B8 C6 0 1B 15 1 15C 5C 55
Octal 374 270 306 0 33 25 1 534 134 125
Binary 11111100 10111000 11000110 0 11011 10101 1 101011100 1011100 1010101

Color Harmonies of #FCB8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8C6

Black with #FCB8C6

Text Example


Text Example

White with #FCB8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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