Html Css Color HEX #FBC2D2 Pink

📋 copy color: '#FBC2D2'

red 251 ◦ green 194 ◦ blue 210

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

Shades of Pink #FBC2D2

Tints of Pink #FBC2D2

RGB

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

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

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

R = 38.32%
G = 29.62%
B = 32.06%

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

#FBC2D2 (or 0xFBC2D2) is known color: Pink. HEX triplet: FB, C2 and D2. RGB value is (251,194,210). Sum of RGB (Red+Green+Blue) = 251+194+210=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2D2 is #043D2D. Grayscale: #D4D4D4. Windows color (decimal): -277806 or 13812475. OLE color: 13812475.

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

Color convert

RGB 251 194 210 -
CMYK 0 0.23 0.16 0.02
HSL 343.16º 0.88% 0.87% -
HSV(B) 343.16º 0.23% 0.98% -
XYZ 70.71 63.75 69.55 -
YUV 212.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 251 194 210 0 0.23 0.16 0.02 343.16 0.88 0.87
Hex FB C2 D2 0 17 10 2 157 58 57
Octal 373 302 322 0 27 20 2 527 130 127
Binary 11111011 11000010 11010010 0 10111 10000 10 101010111 1011000 1010111

Color Harmonies of #FBC2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC2D2

Black with #FBC2D2

Text Example


Text Example

White with #FBC2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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