Html Css Color HEX #FCBBC3 Light Pink

📋 copy color: '#FCBBC3'

red 252 ◦ green 187 ◦ blue 195

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

Shades of Light Pink #FCBBC3

Tints of Light Pink #FCBBC3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.5%

 BLUE value IS 195 (76.56% from 255) = 30.76%

R = 39.75%
G = 29.5%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCBBC3 (or 0xFCBBC3) is known color: Light Pink. HEX triplet: FC, BB and C3. RGB value is (252,187,195). Sum of RGB (Red+Green+Blue) = 252+187+195=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC3 is #03443C. Grayscale: #CFCFCF. Windows color (decimal): -214077 or 12827644. OLE color: 12827644.

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

Color convert

RGB 252 187 195 -
CMYK 0 0.26 0.23 0.01
HSL 352.62º 0.92% 0.86% -
HSV(B) 352.62º 0.26% 0.99% -
XYZ 67.77 60.18 59.67 -
YUV 207.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 252 187 195 0 0.26 0.23 0.01 352.62 0.92 0.86
Hex FC BB C3 0 1A 17 1 161 5C 56
Octal 374 273 303 0 32 27 1 541 134 126
Binary 11111100 10111011 11000011 0 11010 10111 1 101100001 1011100 1010110

Color Harmonies of #FCBBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBBC3

Black with #FCBBC3

Text Example


Text Example

White with #FCBBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBBC3; }

 p { color: rgb(252,187,195); }

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

background-color css

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

 a { background-color: rgb(252,187,195); }

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

border-color css

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

 span { border-color: rgb(252,187,195); }

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