Html Css Color HEX #FBC3D0 Pink

📋 copy color: '#FBC3D0'

red 251 ◦ green 195 ◦ blue 208

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

Shades of Pink #FBC3D0

Tints of Pink #FBC3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 38.38%
G = 29.82%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBC3D0 (or 0xFBC3D0) is known color: Pink. HEX triplet: FB, C3 and D0. RGB value is (251,195,208). Sum of RGB (Red+Green+Blue) = 251+195+208=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3D0 is #043C2F. Grayscale: #D5D5D5. Windows color (decimal): -277552 or 13681659. OLE color: 13681659.

HSL color Cylindrical-coordinate representation of color #FBC3D0: hue angle of 346.07º 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 #FBC3D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 195 208 -
CMYK 0 0.22 0.17 0.02
HSL 346.07º 0.88% 0.87% -
HSV(B) 346.07º 0.22% 0.98% -
XYZ 70.68 64.09 68.32 -
YUV 213.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 251 195 208 0 0.22 0.17 0.02 346.07 0.88 0.87
Hex FB C3 D0 0 16 11 2 15A 58 57
Octal 373 303 320 0 26 21 2 532 130 127
Binary 11111011 11000011 11010000 0 10110 10001 10 101011010 1011000 1010111

Color Harmonies of #FBC3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC3D0

Black with #FBC3D0

Text Example


Text Example

White with #FBC3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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