Html Css Color HEX #FBC1D2 Pink

📋 copy color: '#FBC1D2'

red 251 ◦ green 193 ◦ blue 210

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

Shades of Pink #FBC1D2

Tints of Pink #FBC1D2

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.51%

 BLUE value IS 210 (82.42% from 255) = 32.11%

R = 38.38%
G = 29.51%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBC1D2 (or 0xFBC1D2) is known color: Pink. HEX triplet: FB, C1 and D2. RGB value is (251,193,210). Sum of RGB (Red+Green+Blue) = 251+193+210=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D2 is #043E2D. Grayscale: #D4D4D4. Windows color (decimal): -278062 or 13812219. OLE color: 13812219.

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

Color convert

RGB 251 193 210 -
CMYK 0 0.23 0.16 0.02
HSL 342.41º 0.88% 0.87% -
HSV(B) 342.41º 0.23% 0.98% -
XYZ 70.49 63.3 69.48 -
YUV 212.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 251 193 210 0 0.23 0.16 0.02 342.41 0.88 0.87
Hex FB C1 D2 0 17 10 2 156 58 57
Octal 373 301 322 0 27 20 2 526 130 127
Binary 11111011 11000001 11010010 0 10111 10000 10 101010110 1011000 1010111

Color Harmonies of #FBC1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC1D2

Black with #FBC1D2

Text Example


Text Example

White with #FBC1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC1D2; }

 p { color: rgb(251,193,210); }

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

background-color css

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

 a { background-color: rgb(251,193,210); }

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

border-color css

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

 span { border-color: rgb(251,193,210); }

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