Html Css Color HEX #FBC3CE Pink

📋 copy color: '#FBC3CE'

red 251 ◦ green 195 ◦ blue 206

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

Shades of Pink #FBC3CE

Tints of Pink #FBC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.91%

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

R = 38.5%
G = 29.91%
B = 31.6%

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

#FBC3CE (or 0xFBC3CE) is known color: Pink. HEX triplet: FB, C3 and CE. RGB value is (251,195,206). Sum of RGB (Red+Green+Blue) = 251+195+206=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3CE is #043C31. Grayscale: #D5D5D5. Windows color (decimal): -277554 or 13550587. OLE color: 13550587.

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

Color convert

RGB 251 195 206 -
CMYK 0 0.22 0.18 0.02
HSL 348.21º 0.88% 0.87% -
HSV(B) 348.21º 0.22% 0.98% -
XYZ 70.44 64 67.03 -
YUV 213 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 251 195 206 0 0.22 0.18 0.02 348.21 0.88 0.87
Hex FB C3 CE 0 16 12 2 15C 58 57
Octal 373 303 316 0 26 22 2 534 130 127
Binary 11111011 11000011 11001110 0 10110 10010 10 101011100 1011000 1010111

Color Harmonies of #FBC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3CE

Black with #FBC3CE

Text Example


Text Example

White with #FBC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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