Html Css Color HEX #FBC4CE Pink

📋 copy color: '#FBC4CE'

red 251 ◦ green 196 ◦ blue 206

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

Shades of Pink #FBC4CE

Tints of Pink #FBC4CE

RGB

 RED value IS 251 (98.44% from 255) = 38.44%

 GREEN value IS 196 (76.95% from 255) = 30.02%

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 38.44%
G = 30.02%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC4CE (or 0xFBC4CE) is known color: Pink. HEX triplet: FB, C4 and CE. RGB value is (251,196,206). Sum of RGB (Red+Green+Blue) = 251+196+206=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4CE is #043B31. Grayscale: #D5D5D5. Windows color (decimal): -277298 or 13550843. OLE color: 13550843.

HSL color Cylindrical-coordinate representation of color #FBC4CE: hue angle of 349.09º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4CE is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 196 206 -
CMYK 0 0.22 0.18 0.02
HSL 349.09º 0.87% 0.88% -
HSV(B) 349.09º 0.22% 0.98% -
XYZ 70.66 64.45 67.11 -
YUV 213.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 251 196 206 0 0.22 0.18 0.02 349.09 0.87 0.88
Hex FB C4 CE 0 16 12 2 15D 57 58
Octal 373 304 316 0 26 22 2 535 127 130
Binary 11111011 11000100 11001110 0 10110 10010 10 101011101 1010111 1011000

Color Harmonies of #FBC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC4CE

Black with #FBC4CE

Text Example


Text Example

White with #FBC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC4CE; }

 p { color: rgb(251,196,206); }

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

background-color css

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

 a { background-color: rgb(251,196,206); }

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

border-color css

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

 span { border-color: rgb(251,196,206); }

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