Html Css Color HEX #FBC0D0 Pink

📋 copy color: '#FBC0D0'

red 251 ◦ green 192 ◦ blue 208

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

Shades of Pink #FBC0D0

Tints of Pink #FBC0D0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.49%

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

R = 38.56%
G = 29.49%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBC0D0 (or 0xFBC0D0) is known color: Pink. HEX triplet: FB, C0 and D0. RGB value is (251,192,208). Sum of RGB (Red+Green+Blue) = 251+192+208=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0D0 is #043F2F. Grayscale: #D3D3D3. Windows color (decimal): -278320 or 13680891. OLE color: 13680891.

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

Color convert

RGB 251 192 208 -
CMYK 0 0.24 0.17 0.02
HSL 343.73º 0.88% 0.87% -
HSV(B) 343.73º 0.24% 0.98% -
XYZ 70.02 62.76 68.1 -
YUV 211.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 251 192 208 0 0.24 0.17 0.02 343.73 0.88 0.87
Hex FB C0 D0 0 18 11 2 158 58 57
Octal 373 300 320 0 30 21 2 530 130 127
Binary 11111011 11000000 11010000 0 11000 10001 10 101011000 1011000 1010111

Color Harmonies of #FBC0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC0D0

Black with #FBC0D0

Text Example


Text Example

White with #FBC0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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