Html Css Color HEX #FBC2CE Pink

📋 copy color: '#FBC2CE'

red 251 ◦ green 194 ◦ blue 206

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

Shades of Pink #FBC2CE

Tints of Pink #FBC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.8%

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

R = 38.56%
G = 29.8%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBC2CE (or 0xFBC2CE) is known color: Pink. HEX triplet: FB, C2 and CE. RGB value is (251,194,206). Sum of RGB (Red+Green+Blue) = 251+194+206=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2CE is #043D31. Grayscale: #D4D4D4. Windows color (decimal): -277810 or 13550331. OLE color: 13550331.

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

Color convert

RGB 251 194 206 -
CMYK 0 0.23 0.18 0.02
HSL 347.37º 0.88% 0.87% -
HSV(B) 347.37º 0.23% 0.98% -
XYZ 70.22 63.55 66.96 -
YUV 212.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 251 194 206 0 0.23 0.18 0.02 347.37 0.88 0.87
Hex FB C2 CE 0 17 12 2 15B 58 57
Octal 373 302 316 0 27 22 2 533 130 127
Binary 11111011 11000010 11001110 0 10111 10010 10 101011011 1011000 1010111

Color Harmonies of #FBC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2CE

Black with #FBC2CE

Text Example


Text Example

White with #FBC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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