Html Css Color HEX #FBC0CE Pink

📋 copy color: '#FBC0CE'

red 251 ◦ green 192 ◦ blue 206

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

Shades of Pink #FBC0CE

Tints of Pink #FBC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.58%

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

R = 38.67%
G = 29.58%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC0CE (or 0xFBC0CE) is known color: Pink. HEX triplet: FB, C0 and CE. RGB value is (251,192,206). Sum of RGB (Red+Green+Blue) = 251+192+206=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0CE is #043F31. Grayscale: #D3D3D3. Windows color (decimal): -278322 or 13549819. OLE color: 13549819.

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

Color convert

RGB 251 192 206 -
CMYK 0 0.24 0.18 0.02
HSL 345.76º 0.88% 0.87% -
HSV(B) 345.76º 0.24% 0.98% -
XYZ 69.77 62.66 66.81 -
YUV 211.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 251 192 206 0 0.24 0.18 0.02 345.76 0.88 0.87
Hex FB C0 CE 0 18 12 2 15A 58 57
Octal 373 300 316 0 30 22 2 532 130 127
Binary 11111011 11000000 11001110 0 11000 10010 10 101011010 1011000 1010111

Color Harmonies of #FBC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0CE

Black with #FBC0CE

Text Example


Text Example

White with #FBC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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